Class DefaultPropertiesLookup

    • Constructor Detail

    • Method Detail

      • lookup

        public String lookup​(String name)
        Description copied from interface: PropertiesLookup
        Lookup the property with the given name
        Specified by:
        lookup in interface PropertiesLookup
        Parameters:
        name - property name
        Returns:
        the property value, or null if the properties does not exist.