public interface PropertyResolver
ConfigurationLoader
uses a PropertyResolver to
resolve the values of external properties like ${basename}
that occur in the configuration file.ConfigurationLoader
Modifier and Type | Method and Description |
---|---|
String |
resolve(String name)
Resolves a property name to it's value.
|
String resolve(String name) throws CheckstyleException
name
- the name of the property.propertyName
.CheckstyleException
- if the propertyName cannot be reolvedCopyright © 2001–2016. All rights reserved.