Class EnvironmentVariablesBackend

  • All Implemented Interfaces:
    PropertiesBackend

    public class EnvironmentVariablesBackend
    extends java.lang.Object
    implements PropertiesBackend
    Properties backend based on environment variables.
    • 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

      • EnvironmentVariablesBackend

        public EnvironmentVariablesBackend()
    • 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