Class SystemPropertySource

    • Constructor Summary

      Constructors 
      Constructor Description
      SystemPropertySource()
      Constructs a new SystemPropertySource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty​(java.lang.String key)
      Returns the value of the property with the specified key.
      java.lang.String getProperty​(java.lang.String key, java.lang.ClassLoader classLoader)
      Obtain a property value, checking that code associated with the provided class loader has permission to access the property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait