Package org.codehaus.groovy.runtime.m12n
Class StandardPropertiesModuleFactory
java.lang.Object
org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory
org.codehaus.groovy.runtime.m12n.StandardPropertiesModuleFactory
This is the standard Groovy module factory. This factory will build a module
using the
MetaInfExtensionModule
by default, unless a key named
"moduleFactory" is found in the properties file. If this is the case, then a new
factory is instantiated and used instead of this factory.-
Field Summary
Fields inherited from class org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory
MODULE_NAME_KEY, MODULE_VERSION_KEY
-
Constructor Summary
-
Method Summary
-
Field Details
-
MODULE_FACTORY_KEY
- See Also:
-
-
Constructor Details
-
StandardPropertiesModuleFactory
public StandardPropertiesModuleFactory()
-
-
Method Details
-
newModule
- Specified by:
newModule
in classPropertiesModuleFactory
-