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 TypeMethodDescriptionvoidOrchestrationAware.setOrchConfigurator(OrchConfigurator<InputType> orchConfigurator) -
Uses of OrchConfigurator in org.chenile.owiz.config.impl
Classes in org.chenile.owiz.config.impl that implement OrchConfiguratorModifier and TypeClassDescriptionclassOrchConfiguratorBase<InputType>A base implementation of OrchConfigurator that stores all the relevant information in internal variables and provides the services as expected by OrchConfigurator.classXmlOrchConfigurator<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.orchConfiguratorprivate OrchConfigurator<InputType>OrchExecutorImpl.orchConfiguratorMethods in org.chenile.owiz.impl with parameters of type OrchConfiguratorModifier and TypeMethodDescriptionvoidCommandBase.setOrchConfigurator(OrchConfigurator<InputType> orchConfigurator) voidOrchExecutorImpl.setOrchConfigurator(OrchConfigurator<InputType> orchConfigurator)