Class SystemPropertyValue

    • Constructor Detail

      • SystemPropertyValue

        public SystemPropertyValue​(String propertyName)
        Deprecated.
        Construct a new instance.
        Parameters:
        propertyName - the property name to read
      • SystemPropertyValue

        public SystemPropertyValue​(String propertyName,
                                   AccessControlContext accessControlContext)
        Deprecated.
        Construct a new instance.
        Parameters:
        propertyName - the property name to read
        accessControlContext - the access control context in which to fetch the property value
      • SystemPropertyValue

        public SystemPropertyValue​(String propertyName,
                                   Value<?> defaultValue)
        Deprecated.
        Construct a new instance.
        Parameters:
        propertyName - the property name to read
        defaultValue - the value to use if the property is unset
      • SystemPropertyValue

        public SystemPropertyValue​(String propertyName,
                                   AccessControlContext accessControlContext,
                                   Value<?> defaultValue)
        Deprecated.
        Construct a new instance.
        Parameters:
        propertyName - the property name to read
        accessControlContext - the access control context in which to fetch the property value
        defaultValue - the value to use if the property is unset