Uses of Interface
org.chenile.owiz.config.OrchConfigurator
Package
Description
Contains core definitions for Orchestration Wizard
Implementation of the classes that capture the configuration model from various sources
such as XML etc.
Key Command implementations, chain implementations and base classes are defined here.
-
Uses of OrchConfigurator in org.chenile.owiz
Modifier and TypeMethodDescriptionvoid
OrchestrationAware.setOrchConfigurator
(OrchConfigurator<InputType> orchConfigurator) -
Uses of OrchConfigurator in org.chenile.owiz.config.impl
Modifier and TypeClassDescriptionclass
OrchConfiguratorBase<InputType>
A base implementation of OrchConfigurator that stores all the relevant information in internal variables and provides the services as expected by OrchConfigurator.class
XmlOrchConfigurator<InputType>
Chief class for the framework. -
Uses of OrchConfigurator in org.chenile.owiz.impl
Modifier and TypeFieldDescriptionprotected OrchConfigurator<InputType>
CommandBase.orchConfigurator
private OrchConfigurator<InputType>
OrchExecutorImpl.orchConfigurator
Modifier and TypeMethodDescriptionvoid
CommandBase.setOrchConfigurator
(OrchConfigurator<InputType> orchConfigurator) void
OrchExecutorImpl.setOrchConfigurator
(OrchConfigurator<InputType> orchConfigurator)