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
A 
SimpleExtensionModule implementation which reads extension classes
 metadata from META-INF.- Since:
- 2.0.0
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic MetaInfExtensionModulenewModule(Properties properties, ClassLoader loader) Methods inherited from class org.codehaus.groovy.runtime.m12n.SimpleExtensionModulegetMetaMethodsMethods inherited from class org.codehaus.groovy.runtime.m12n.ExtensionModulegetName, getVersion, toString
- 
Field Details- 
MODULE_INSTANCE_CLASSES_KEY- See Also:
 
- 
MODULE_STATIC_CLASSES_KEY- See Also:
 
 
- 
- 
Method Details- 
getInstanceMethodsExtensionClasses- Specified by:
- getInstanceMethodsExtensionClassesin class- SimpleExtensionModule
- Returns:
- the list of classes defining new instance methods.
 
- 
getStaticMethodsExtensionClasses- Specified by:
- getStaticMethodsExtensionClassesin class- SimpleExtensionModule
- Returns:
- the list of classes defining new static methods.
 
- 
newModule
 
-