Class StringSubstitutionProperties


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

      • StringSubstitutionProperties

        public StringSubstitutionProperties()
    • Method Detail

      • 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.