Class ScriptAccessor.EnvironmentVariableAccessor

    • Constructor Detail

      • EnvironmentVariableAccessor

        public EnvironmentVariableAccessor()
    • Method Detail

      • get

        public String get​(String name)
        Description copied from interface: ScriptAccessor
        Get the value of the property with the supplied name.
        Specified by:
        get in interface ScriptAccessor
        Parameters:
        name - the name of the property to look up
        Returns:
        the value assigned to the specified name; may be null