Class PropertyExpander
- java.lang.Object
-
- org.smallmind.nutsnbolts.property.PropertyExpander
-
public class PropertyExpander extends Object
-
-
Constructor Summary
Constructors Constructor 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)
-
-
-
Constructor Detail
-
PropertyExpander
public PropertyExpander() throws PropertyExpanderException- Throws:
PropertyExpanderException
-
PropertyExpander
public PropertyExpander(boolean ignoreUnresolvableProperties) throws PropertyExpanderException- Throws:
PropertyExpanderException
-
PropertyExpander
public PropertyExpander(SystemPropertyMode systemPropertyMode, boolean searchSystemEnvironment) throws PropertyExpanderException
- Throws:
PropertyExpanderException
-
PropertyExpander
public PropertyExpander(boolean ignoreUnresolvableProperties, SystemPropertyMode systemPropertyMode, boolean searchSystemEnvironment) throws PropertyExpanderException- Throws:
PropertyExpanderException
-
PropertyExpander
public PropertyExpander(String prefix, String suffix, boolean ignoreUnresolvableProperties, SystemPropertyMode systemPropertyMode, boolean searchSystemEnvironment) throws PropertyExpanderException
- Throws:
PropertyExpanderException
-
-
Method Detail
-
expand
public String expand(String expansion) throws PropertyExpanderException
- Throws:
PropertyExpanderException
-
expand
public String expand(String expansion, Map<String,Object> expansionMap) throws PropertyExpanderException
- Throws:
PropertyExpanderException
-
-