org.crsh.lang.impl.groovy.command
Class GroovyScript

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Script
          extended by org.crsh.lang.impl.groovy.command.GroovyScript
All Implemented Interfaces:
groovy.lang.GroovyObject

public abstract class GroovyScript
extends groovy.lang.Script

Author:
Julien Viet

Constructor Summary
protected GroovyScript()
           
protected GroovyScript(groovy.lang.Binding binding)
           
 
Method Summary
 Object getProperty(String property)
           
 
Methods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, invokeMethod, print, printf, printf, println, println, run, run, setBinding, setProperty
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyScript

protected GroovyScript()

GroovyScript

protected GroovyScript(groovy.lang.Binding binding)
Method Detail

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class groovy.lang.Script


Copyright © 2015 eXo Platform SAS. All Rights Reserved.