Package org.ocltf.common

Interface Summary
Plugin All plug-ins that can be found and used by the framework must implement this interface
 

Class Summary
ComponentContainer This handles all registration and retrieval of components within the framework.
Configuration Finds and loads Configuration objects
Context A configurable context object.
Contexts Dictionary of configurable Context objects.
PluginDiscoverer Discovers and loads all available Plugin objects from the current classpath.
Property This class represents properties which are used to configure Context objects which are made available to configure Plugin instances.
ResourceFinder Finds and loads file resources from the current classpath.
XmlObjectFactory Creates and returns Objects based on the a set of Apache Digester rules.
 

Exception Summary
ComponentContainerException Any unchecked exception that will be thrown during the execution of ComponentContainer.
ConfigurationException Any unchecked exception that will be thrown during the execution of Configuration.
PluginDiscovererException Any unchecked exception that will be thrown during the execution of the PluginDiscoverer
ResourceFinderException Any unchecked exception that will be thrown during the execution of the ResourceFinder
XmlObjectFactoryException Any unchecked exception that will be thrown during execution of the XmlObjectFactory.
 



Copyright © 2003-2004 Chad Brandon. All Rights Reserved.