it.eng.qbe.utility
Class GroovyEngine

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

public class GroovyEngine
extends java.lang.Object

The Class GroovyEngine.


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

Method Detail

getGroovyEngine

public static GroovyEngine getGroovyEngine()
Gets the groovy engine.

Returns:
the groovy engine

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()
Gets the groovy script engine.

Returns:
the groovy script engine