Package com.puppycrawl.tools.checkstyle
Interface PropertyResolver
-
- All Known Implementing Classes:
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.- Author:
- lkuehne
- See Also:
ConfigurationLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
resolve(String name)
Resolves a property name to it's value.
-