Class RepositoryEnvironmentConfiguration
- java.lang.Object
-
- org.guvnor.structure.repositories.RepositoryEnvironmentConfiguration
-
@Portable public class RepositoryEnvironmentConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryEnvironmentConfiguration()Deprecated.RepositoryEnvironmentConfiguration(String name, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ObjectgetValue()booleanisSecuredConfigurationItem()
-
-
-
Constructor Detail
-
RepositoryEnvironmentConfiguration
@Deprecated public RepositoryEnvironmentConfiguration()
Deprecated.Please use the constructor with parameters. This constructor is here to keep the class Portable.
-
-