@Deprecated
public class OrchestratorConfigurationFactory
extends java.lang.Object
ConfigEDAOrchestrator
. A configuration object can then be used to create an Orchestrator
instance by using the method OrchestratorFactory.getInstance(ConfigEDAOrchestrator).
Constructor and Description |
---|
OrchestratorConfigurationFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
convertToProperties(com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator configEDAOrchestrator)
Deprecated.
The entire class is deprecated. See deprecation notice for
OrchestratorConfigurationFactory . |
static com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator |
createFromSystemProp()
Deprecated.
The entire class is deprecated. See deprecation notice for
OrchestratorConfigurationFactory . |
static com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator |
getInstance(java.io.File file)
Deprecated.
The entire class is deprecated. See deprecation notice for
OrchestratorConfigurationFactory . |
public OrchestratorConfigurationFactory()
@Deprecated public static com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator getInstance(java.io.File file)
OrchestratorConfigurationFactory
.ConfigEDAOrchestrator
from the given file.file
- the file handle that points to a valid orchestrator configuration file. After
installation you will find the default configuration file at /common/conf/ConfigEDAOrchestrator.xml
.ConfigEDAOrchestrator
reflecting the settings in the given configuration fileEDAException
- if the given file is null or does not exist@Deprecated public static com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator createFromSystemProp()
OrchestratorConfigurationFactory
.ConfigEDAOrchestrator
from the configuration file
that is determined by the value of the system property OrchestratorConstants.SYSTEMPROPERTY_EDAO_CONFIGURATION
.ConfigEDAOrchestrator
reflecting the settings in the given configuration fileEDAException
- if the system property is not set or the given file does not exist@Deprecated public static java.util.Properties convertToProperties(com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator configEDAOrchestrator)
OrchestratorConfigurationFactory
.configEDAOrchestrator
- the configuration object from which the properties are generated