Groovy Documentation

org.codehaus.groovy.vmplugin.v6
[Java] Class PluginStaticGroovyMethods

java.lang.Object
  org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
      org.codehaus.groovy.vmplugin.v6.PluginStaticGroovyMethods

public class PluginStaticGroovyMethods
extends DefaultGroovyMethodsSupport

This class defines new Java 6 specific static groovy methods which extend the normal JDK classes inside the Groovy environment.


Method Summary
static javax.script.ScriptEngine $static_propertyMissing(javax.script.ScriptEngineManager self, java.lang.String languageShortName)

 
Methods inherited from class DefaultGroovyMethodsSupport
cloneSimilarCollection, cloneSimilarMap, closeQuietly, closeWithWarning, createSimilarArray, createSimilarCollection, createSimilarCollection, createSimilarList, createSimilarMap, createSimilarOrDefaultCollection, createSimilarSet, normaliseIndex, sameType, subListBorders, subListBorders
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

$static_propertyMissing

public static javax.script.ScriptEngine $static_propertyMissing(javax.script.ScriptEngineManager self, java.lang.String languageShortName)


 

Groovy Documentation