Class PropertyAccessor


  • class PropertyAccessor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Properties properties  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String get​(java.lang.String name, java.lang.String defaultValue)
      Gets a property.
      private static java.util.Properties loadOpenssl4jProperties()  
      • Methods inherited from class java.lang.Object

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

      • properties

        private static java.util.Properties properties
    • Constructor Detail

      • PropertyAccessor

        PropertyAccessor()
    • Method Detail

      • get

        static java.lang.String get​(java.lang.String name,
                                    java.lang.String defaultValue)
        Gets a property.
        Parameters:
        name - the property name.
        defaultValue - the default value if the property was not set.
      • loadOpenssl4jProperties

        private static java.util.Properties loadOpenssl4jProperties()