@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 Summary
Constructors
Constructor and Description
OrchestratorConfigurationFactory()
Deprecated.
-
Method Summary
Methods
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
.
-
-
Constructor Detail
-
OrchestratorConfigurationFactory
public OrchestratorConfigurationFactory()
Deprecated.
-
Method Detail
-
getInstance
@Deprecated
public static com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator getInstance(java.io.File file)
Deprecated. The entire class is deprecated. See deprecation notice for OrchestratorConfigurationFactory
.
Factory method to create an instance of type ConfigEDAOrchestrator
from the given file.
- Parameters:
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
.
- Returns:
- a new instance of
ConfigEDAOrchestrator
reflecting the settings in the given configuration file
- Throws:
EDAException
- if the given file is null or does not exist
-
createFromSystemProp
@Deprecated
public static com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator createFromSystemProp()
Deprecated. The entire class is deprecated. See deprecation notice for OrchestratorConfigurationFactory
.
Factory method to create a new instance of type ConfigEDAOrchestrator
from the configuration file
that is determined by the value of the system property OrchestratorConstants.SYSTEMPROPERTY_EDAO_CONFIGURATION
.
- Returns:
- a new instance of
ConfigEDAOrchestrator
reflecting the settings in the given configuration file
- Throws:
EDAException
- if the system property is not set or the given file does not exist
-
convertToProperties
@Deprecated
public static java.util.Properties convertToProperties(com.softwareag.eda.webm.configuration.ConfigEDAOrchestrator configEDAOrchestrator)
Deprecated. The entire class is deprecated. See deprecation notice for OrchestratorConfigurationFactory
.
Converts a given configuration object into Java properties.
- Parameters:
configEDAOrchestrator
- the configuration object from which the properties are generated
- Returns:
- an instance of Java properties