Groovy 2.2.0

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


Constructor Summary
ExtensionModule(String moduleName, String moduleVersion)

 
Method Summary
List getMetaMethods()

String getName()

String getVersion()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ExtensionModule

public ExtensionModule(String moduleName, String moduleVersion)


 
Method Detail

getMetaMethods

public List getMetaMethods()


getName

public String getName()


getVersion

public String getVersion()


 

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