Class StringSubstitutionProperties
java.lang.Object
com.sun.enterprise.admin.servermgmt.stringsubs.impl.StringSubstitutionProperties
Load and retrieves the string substitution properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetProperty(String key) Searches for the property with the specified key in this property list.
-
Constructor Details
-
StringSubstitutionProperties
public StringSubstitutionProperties()
-
-
Method Details
-
getProperty
Searches for the property with the specified key in this property list. The method returnsnullif the property is not found.- Parameters:
key- the property key.- Returns:
- the value in this property list with the specified key value.
-