[Java] Class PropertiesModuleFactory
- org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory
This is the base class for classes responsible for creating modules using properties.
- Since:
- 2.0.0
- Authors:
- Cedric Champeau
Field Summary
Modifiers | Name | Description |
---|---|---|
static String | MODULE_NAME_KEY | |
static String | MODULE_VERSION_KEY |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
ExtensionModule |
newModule(Properties properties, ClassLoader classLoader) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public static final String MODULE_NAME_KEY
public static final String MODULE_VERSION_KEY
Method Detail
public ExtensionModule newModule(Properties properties, ClassLoader classLoader)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/m12n/PropertiesModuleFactory.html