Class MigrationConfigurationFactoryImpl

  • All Implemented Interfaces:
    org.guvnor.structure.server.config.ConfigurationFactory

    public class MigrationConfigurationFactoryImpl
    extends org.guvnor.structure.backend.config.ConfigurationFactoryImpl
    implements org.guvnor.structure.server.config.ConfigurationFactory
    • Field Summary

      • Fields inherited from class org.guvnor.structure.backend.config.ConfigurationFactoryImpl

        secureService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.guvnor.structure.server.config.ConfigGroup newConfigGroup​(org.guvnor.structure.server.config.ConfigType type, String name, String description)  
      org.guvnor.structure.server.config.ConfigGroup newConfigGroup​(org.guvnor.structure.server.config.ConfigType type, String namespace, String name, String description)  
      • Methods inherited from class org.guvnor.structure.backend.config.ConfigurationFactoryImpl

        newConfigItem, newConfigItem, newConfigItem, newConfigItem, newSecuredConfigItem
      • Methods inherited from interface org.guvnor.structure.server.config.ConfigurationFactory

        newConfigItem, newConfigItem, newConfigItem, newConfigItem, newSecuredConfigItem
    • Constructor Detail

      • MigrationConfigurationFactoryImpl

        public MigrationConfigurationFactoryImpl()
      • MigrationConfigurationFactoryImpl

        @Inject
        public MigrationConfigurationFactoryImpl​(org.guvnor.structure.server.config.PasswordService secureService)
    • Method Detail

      • newConfigGroup

        public org.guvnor.structure.server.config.ConfigGroup newConfigGroup​(org.guvnor.structure.server.config.ConfigType type,
                                                                             String name,
                                                                             String description)
        Specified by:
        newConfigGroup in interface org.guvnor.structure.server.config.ConfigurationFactory
        Overrides:
        newConfigGroup in class org.guvnor.structure.backend.config.ConfigurationFactoryImpl
      • newConfigGroup

        public org.guvnor.structure.server.config.ConfigGroup newConfigGroup​(org.guvnor.structure.server.config.ConfigType type,
                                                                             String namespace,
                                                                             String name,
                                                                             String description)
        Specified by:
        newConfigGroup in interface org.guvnor.structure.server.config.ConfigurationFactory
        Overrides:
        newConfigGroup in class org.guvnor.structure.backend.config.ConfigurationFactoryImpl