it.eng.qbe.utility
Class GroovyEngine

java.lang.Object
  extended by it.eng.qbe.utility.GroovyEngine

public class GroovyEngine
extends java.lang.Object


Method Summary
 java.lang.Object clone()
           
static GroovyEngine getGroovyEngine()
           
 groovy.util.GroovyScriptEngine getGroovyScriptEngine()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroovyEngine

public static GroovyEngine getGroovyEngine()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

getGroovyScriptEngine

public groovy.util.GroovyScriptEngine getGroovyScriptEngine()