Class ShareGroovyUtil

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    @Scriptable
    public final class ShareGroovyUtil
    extends groovy.lang.GroovyObjectSupport
    • Constructor Detail

      • ShareGroovyUtil

        public ShareGroovyUtil()
    • Method Detail

      • setProperty

        public void setProperty​(String p_propertyName,
                                Object p_value)
        Set a property.
        Parameters:
        p_propertyName - The property name.
        p_value - The value to set.