|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
org.codehaus.groovy.vmplugin.v6.PluginStaticGroovyMethods
public class PluginStaticGroovyMethods
This class defines new Java 6 specific static groovy methods which extend the normal JDK classes inside the Groovy environment.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport |
---|
DefaultGroovyMethodsSupport.RangeInfo |
Constructor Summary | |
---|---|
PluginStaticGroovyMethods()
|
Method Summary | |
---|---|
static javax.script.ScriptEngine |
$static_propertyMissing(javax.script.ScriptEngineManager self,
java.lang.String languageShortName)
Provides a convenient shorthand for accessing a Scripting Engine with name languageShortName
using a newly created ScriptEngineManager instance. |
Methods inherited from class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport |
---|
cloneSimilarCollection, cloneSimilarMap, closeQuietly, closeWithWarning, createSimilarCollection, createSimilarCollection, createSimilarList, createSimilarMap, createSimilarOrDefaultCollection, createSimilarSet, normaliseIndex, sameType, subListBorders, subListBorders |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginStaticGroovyMethods()
Method Detail |
---|
public static javax.script.ScriptEngine $static_propertyMissing(javax.script.ScriptEngineManager self, java.lang.String languageShortName)
languageShortName
using a newly created ScriptEngineManager
instance.
self
- Placeholder variable used by Groovy categories; ignored for default static methodslanguageShortName
- The short name of the scripting engine of interest
|
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |