Class ScriptAccessor.ConfigurationParameterAccessor

    • Constructor Detail

      • ConfigurationParameterAccessor

        public ConfigurationParameterAccessor​(ExtensionContext context)
    • Method Detail

      • get

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