Interface EnvironmentAwareConfiguration
-
@Deprecated public interface EnvironmentAwareConfiguration
Deprecated.in 5.2.0, use Platform.instance.getProjectEnvironmentUsed by configuration objects or classes that need to have the current environment information, like the following classes do: Configuration, ConfigurationFactory, ImportConfiguration.Note: environments are not persisted along with the configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getEnvironment()
Deprecated.Get the current environmentvoid
setEnvironment(java.lang.String environment)
Deprecated.Set the current environment
-