Guvnor - Structure Backend 6.2.0.Beta3

org.guvnor.structure.backend.config
Class ConfigurationFactoryImpl

java.lang.Object
  extended by org.guvnor.structure.backend.config.ConfigurationFactoryImpl
All Implemented Interfaces:
ConfigurationFactory

public class ConfigurationFactoryImpl
extends Object
implements ConfigurationFactory


Constructor Summary
ConfigurationFactoryImpl()
           
 
Method Summary
 ConfigGroup newConfigGroup(ConfigType type, String name, String description)
           
 ConfigItem<Boolean> newConfigItem(String name, boolean valueType)
           
 ConfigItem<List> newConfigItem(String name, List valueType)
           
 ConfigItem<Object> newConfigItem(String name, Object valueType)
           
 ConfigItem<String> newConfigItem(String name, String valueType)
           
 SecureConfigItem newSecuredConfigItem(String name, String valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFactoryImpl

public ConfigurationFactoryImpl()
Method Detail

newConfigGroup

public ConfigGroup newConfigGroup(ConfigType type,
                                  String name,
                                  String description)
Specified by:
newConfigGroup in interface ConfigurationFactory

newConfigItem

public ConfigItem<String> newConfigItem(String name,
                                        String valueType)
Specified by:
newConfigItem in interface ConfigurationFactory

newConfigItem

public ConfigItem<Boolean> newConfigItem(String name,
                                         boolean valueType)
Specified by:
newConfigItem in interface ConfigurationFactory

newSecuredConfigItem

public SecureConfigItem newSecuredConfigItem(String name,
                                             String valueType)
Specified by:
newSecuredConfigItem in interface ConfigurationFactory

newConfigItem

public ConfigItem<List> newConfigItem(String name,
                                      List valueType)
Specified by:
newConfigItem in interface ConfigurationFactory

newConfigItem

public ConfigItem<Object> newConfigItem(String name,
                                        Object valueType)
Specified by:
newConfigItem in interface ConfigurationFactory

Guvnor - Structure Backend 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.