Class ConfigurationFactoryImpl
- java.lang.Object
-
- org.guvnor.structure.backend.config.ConfigurationFactoryImpl
-
- All Implemented Interfaces:
org.guvnor.structure.server.config.ConfigurationFactory
public class ConfigurationFactoryImpl extends Object implements org.guvnor.structure.server.config.ConfigurationFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected org.guvnor.structure.server.config.PasswordServicesecureService
-
Constructor Summary
Constructors Constructor Description ConfigurationFactoryImpl()ConfigurationFactoryImpl(org.guvnor.structure.server.config.PasswordService secureService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.guvnor.structure.server.config.ConfigGroupnewConfigGroup(org.guvnor.structure.server.config.ConfigType type, String name, String description)org.guvnor.structure.server.config.ConfigGroupnewConfigGroup(org.guvnor.structure.server.config.ConfigType type, String namespace, String name, String description)org.guvnor.structure.server.config.ConfigItem<Boolean>newConfigItem(String name, boolean valueType)org.guvnor.structure.server.config.ConfigItem<Object>newConfigItem(String name, Object valueType)org.guvnor.structure.server.config.ConfigItem<String>newConfigItem(String name, String valueType)org.guvnor.structure.server.config.ConfigItem<List>newConfigItem(String name, List valueType)org.guvnor.structure.server.config.SecureConfigItemnewSecuredConfigItem(String name, String valueType)
-
-
-
Method Detail
-
newConfigGroup
public org.guvnor.structure.server.config.ConfigGroup newConfigGroup(org.guvnor.structure.server.config.ConfigType type, String name, String description)- Specified by:
newConfigGroupin interfaceorg.guvnor.structure.server.config.ConfigurationFactory
-
newConfigGroup
public org.guvnor.structure.server.config.ConfigGroup newConfigGroup(org.guvnor.structure.server.config.ConfigType type, String namespace, String name, String description)- Specified by:
newConfigGroupin interfaceorg.guvnor.structure.server.config.ConfigurationFactory
-
newConfigItem
public org.guvnor.structure.server.config.ConfigItem<String> newConfigItem(String name, String valueType)
- Specified by:
newConfigItemin interfaceorg.guvnor.structure.server.config.ConfigurationFactory
-
newConfigItem
public org.guvnor.structure.server.config.ConfigItem<Boolean> newConfigItem(String name, boolean valueType)
- Specified by:
newConfigItemin interfaceorg.guvnor.structure.server.config.ConfigurationFactory
-
newSecuredConfigItem
public org.guvnor.structure.server.config.SecureConfigItem newSecuredConfigItem(String name, String valueType)
- Specified by:
newSecuredConfigItemin interfaceorg.guvnor.structure.server.config.ConfigurationFactory
-
newConfigItem
public org.guvnor.structure.server.config.ConfigItem<List> newConfigItem(String name, List valueType)
- Specified by:
newConfigItemin interfaceorg.guvnor.structure.server.config.ConfigurationFactory
-
-