Class StandardPropertiesModuleFactory


  • public class StandardPropertiesModuleFactory
    extends PropertiesModuleFactory
    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 Detail

      • MODULE_FACTORY_KEY

        public static final java.lang.String MODULE_FACTORY_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • StandardPropertiesModuleFactory

        public StandardPropertiesModuleFactory()