Groovy 2.0.0-rc-2

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 ScriptEngine $static_propertyMissing(ScriptEngineManager self, 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 Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

$static_propertyMissing

public static ScriptEngine $static_propertyMissing(ScriptEngineManager self, String languageShortName)


 

Copyright © 2003-2012 The Codehaus. All rights reserved.