org.codehaus.groovy.runtime.m12n
[Java] Class ExtensionModule
java.lang.Object
org.codehaus.groovy.runtime.m12n.ExtensionModule
public abstract class ExtensionModule
extends Object
An extension module is a class responsible for providing a list of meta methods to the Groovy
compiler and runtime. Those methods are use to "dynamically extend" exisiting classes by adding methods to
existing classes.
- Authors:
- Cedric Champeau
- Since:
- 2.0.0
ExtensionModule
public ExtensionModule(String moduleName, String moduleVersion)
-
getMetaMethods
public List getMetaMethods()
-
getName
public String getName()
-
getVersion
public String getVersion()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.