Class OrchConfiguratorBase<InputType>

java.lang.Object
org.chenile.owiz.config.impl.OrchConfiguratorBase<InputType>
Type Parameters:
InputType - .
All Implemented Interfaces:
OrchConfigurator<InputType>
Direct Known Subclasses:
XmlOrchConfigurator

public class OrchConfiguratorBase<InputType> extends Object implements OrchConfigurator<InputType>
A base implementation of OrchConfigurator that stores all the relevant information in internal variables and provides the services as expected by OrchConfigurator. Sub classes are expected to populate the information after reading it from various sources (such as a database or xml file)
Author:
rkollu