Package org.codehaus.groovy.runtime.m12n
Class MetaInfExtensionModule
java.lang.Object
org.codehaus.groovy.runtime.m12n.ExtensionModule
org.codehaus.groovy.runtime.m12n.SimpleExtensionModule
org.codehaus.groovy.runtime.m12n.MetaInfExtensionModule
public class MetaInfExtensionModule extends SimpleExtensionModule
A
SimpleExtensionModule implementation which reads extension classes
metadata from META-INF.- Since:
- 2.0.0
-
Field Summary
Fields Modifier and Type Field Description static StringMODULE_INSTANCE_CLASSES_KEYstatic StringMODULE_STATIC_CLASSES_KEY -
Method Summary
Modifier and Type Method Description List<Class>getInstanceMethodsExtensionClasses()List<Class>getStaticMethodsExtensionClasses()static MetaInfExtensionModulenewModule(Properties properties, ClassLoader loader)Methods inherited from class org.codehaus.groovy.runtime.m12n.SimpleExtensionModule
getMetaMethodsMethods inherited from class org.codehaus.groovy.runtime.m12n.ExtensionModule
getName, getVersion, toString
-
Field Details
-
MODULE_INSTANCE_CLASSES_KEY
- See Also:
- Constant Field Values
-
MODULE_STATIC_CLASSES_KEY
- See Also:
- Constant Field Values
-
-
Method Details
-
getInstanceMethodsExtensionClasses
- Specified by:
getInstanceMethodsExtensionClassesin classSimpleExtensionModule- Returns:
- the list of classes defining new instance methods.
-
getStaticMethodsExtensionClasses
- Specified by:
getStaticMethodsExtensionClassesin classSimpleExtensionModule- Returns:
- the list of classes defining new static methods.
-
newModule
-