| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.puppycrawl.tools.checkstyle.PropertiesExpanderProperties object.
Constructor Summary | |
| |
Method Summary | |
String |
|
public PropertiesExpander(Properties aProperties)
Creates a new PropertiesExpander.
- Parameters:
aProperties- the underlying properties to use for property resolution.
public String resolve(String aPropertyName)
- Specified by:
- resolve in interface PropertyResolver
| Back to the Checkstyle Home Page |