Class ShareGroovyUtil

java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.auxiliaries.share.groovy.ShareGroovyUtil
All Implemented Interfaces:
groovy.lang.GroovyObject

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setProperty(String p_propertyName, Object p_value)
    Set a property.

    Methods inherited from class groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface groovy.lang.GroovyObject

    getProperty, invokeMethod
  • Constructor Details

    • ShareGroovyUtil

      public ShareGroovyUtil()
  • Method Details

    • 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.