com.softwareag.eda.api

Class OrchestratorConfigurationFactory

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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