Class StringSubstitutionProperties

java.lang.Object
com.sun.enterprise.admin.servermgmt.stringsubs.impl.StringSubstitutionProperties

public class StringSubstitutionProperties extends Object
Load and retrieves the string substitution properties.
  • Constructor Details

    • StringSubstitutionProperties

      public StringSubstitutionProperties()
  • Method Details

    • getProperty

      public static String getProperty(String key)
      Searches for the property with the specified key in this property list. The method returns null if the property is not found.
      Parameters:
      key - the property key.
      Returns:
      the value in this property list with the specified key value.