public interface PropertyResolver
ConfigurationLoader
uses a PropertyResolver to
resolve the values of external properties like ${basename}
that occur in the configuration file.ConfigurationLoader
String resolve(String aName) throws CheckstyleException
aName
- the name of the property.propertyName
.CheckstyleException
- if the propertyName cannot be reolved