Class DefaultPropertiesBackend

  • All Implemented Interfaces:
    PropertiesBackend

    public class DefaultPropertiesBackend
    extends java.lang.Object
    implements PropertiesBackend
    Properties backend based on java Properties object.
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultPropertiesBackend​(java.util.Properties properties)
      Creates a new configuration based on properties object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty​(java.lang.String propertyName)
      Get the property value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultPropertiesBackend

        public DefaultPropertiesBackend​(java.util.Properties properties)
        Creates a new configuration based on properties object.
        Parameters:
        properties - properties object
    • Method Detail

      • getProperty

        public java.lang.String getProperty​(java.lang.String propertyName)
        Description copied from interface: PropertiesBackend
        Get the property value.
        Specified by:
        getProperty in interface PropertiesBackend
        Parameters:
        propertyName - property name
        Returns:
        property value