Class PropertyExpander
java.lang.Object
com.sun.ts.lib.util.sec.security.util.PropertyExpander
A utility class to expand properties embedded in a string. Strings of the form ${some.property.name} are expanded to
 be the value of the property. Also, the special ${/} property is expanded to be the same as file.separator. If a
 property is not set, a GeneralSecurityException will be thrown.
- Author:
- Roland Schemers
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PropertyExpanderpublic PropertyExpander()
 
- 
- 
Method Details- 
expand- Throws:
- PropertyExpander.ExpandException
 
- 
expandpublic static String expand(String value, boolean encodeURL) throws PropertyExpander.ExpandException - Throws:
- PropertyExpander.ExpandException
 
 
-