Uses of Interface
org.chenile.owiz.config.OrchConfigurator
Packages that use 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
Methods in org.chenile.owiz with parameters of type OrchConfiguratorModifier and TypeMethodDescriptionvoid
OrchestrationAware.setOrchConfigurator
(OrchConfigurator<InputType> orchConfigurator) -
Uses of OrchConfigurator in org.chenile.owiz.config.impl
Classes in org.chenile.owiz.config.impl that implement OrchConfiguratorModifier 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
Fields in org.chenile.owiz.impl declared as OrchConfiguratorModifier and TypeFieldDescriptionprotected OrchConfigurator<InputType>
CommandBase.orchConfigurator
private OrchConfigurator<InputType>
OrchExecutorImpl.orchConfigurator
Methods in org.chenile.owiz.impl with parameters of type OrchConfiguratorModifier and TypeMethodDescriptionvoid
CommandBase.setOrchConfigurator
(OrchConfigurator<InputType> orchConfigurator) void
OrchExecutorImpl.setOrchConfigurator
(OrchConfigurator<InputType> orchConfigurator)