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" existing classes by adding methods to existing classes.
Constructor and description |
---|
ExtensionModule
(String moduleName, String moduleVersion) |
Type | Name and description |
---|---|
List<MetaMethod> |
getMetaMethods() |
String |
getName() |
String |
getVersion() |
String |
toString() |
Copyright © 2003-2014 The Codehaus. All rights reserved.