public class PropertyExpander extends Object
| Constructor and Description |
|---|
PropertyExpander() |
PropertyExpander(boolean ignoreUnresolvableProperties) |
PropertyExpander(boolean ignoreUnresolvableProperties,
SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment) |
PropertyExpander(String prefix,
String suffix,
boolean ignoreUnresolvableProperties,
SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment) |
PropertyExpander(SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment) |
public PropertyExpander()
throws PropertyExpanderException
PropertyExpanderExceptionpublic PropertyExpander(boolean ignoreUnresolvableProperties)
throws PropertyExpanderException
PropertyExpanderExceptionpublic PropertyExpander(SystemPropertyMode systemPropertyMode, boolean searchSystemEnvironment) throws PropertyExpanderException
PropertyExpanderExceptionpublic PropertyExpander(boolean ignoreUnresolvableProperties,
SystemPropertyMode systemPropertyMode,
boolean searchSystemEnvironment)
throws PropertyExpanderException
PropertyExpanderExceptionpublic PropertyExpander(String prefix, String suffix, boolean ignoreUnresolvableProperties, SystemPropertyMode systemPropertyMode, boolean searchSystemEnvironment) throws PropertyExpanderException
PropertyExpanderExceptionpublic String expand(String expansion) throws PropertyExpanderException
PropertyExpanderExceptionpublic String expand(String expansion, Map<String,Object> expansionMap) throws PropertyExpanderException
PropertyExpanderExceptionCopyright © 2019. All rights reserved.