org.codehaus.groovy.vmplugin.v7
Class Java7

java.lang.Object
  extended by org.codehaus.groovy.vmplugin.v5.Java5
      extended by org.codehaus.groovy.vmplugin.v6.Java6
          extended by org.codehaus.groovy.vmplugin.v7.Java7
All Implemented Interfaces:
VMPlugin

public class Java7
extends Java6

Java 7 based functions. Currently just a stub but you can add your own methods to your own version and place it on the classpath ahead of this one.

Author:
Jochen Theodorou

Constructor Summary
Java7()
           
 
Method Summary
 
Methods inherited from class org.codehaus.groovy.vmplugin.v6.Java6
getPluginDefaultGroovyMethods, getPluginStaticGroovyMethods
 
Methods inherited from class org.codehaus.groovy.vmplugin.v5.Java5
configureAnnotation, configureClassNode, setAdditionalClassInformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java7

public Java7()

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