com.puppycrawl.tools.checkstyle
Interface PropertyResolver
- PropertiesExpander
public interface PropertyResolver
Resolves properties in module configurations.
The
ConfigurationLoader uses a PropertyResolver to
resolve the values of external properties like
${basename}
that occur in the configuration file.
String | resolve(String aName)- Resolves a property name to it's value.
|
resolve
public String resolve(String aName)
throws CheckstyleException Resolves a property name to it's value.
aName - the name of the property.
- the value that is associated with
propertyName.