Package org.tm4j.vtl.factory

Interface Summary
AbstractFactory The minimum interface implemented by factory objects.
 

Class Summary
BaseFactory An implementation of AbstractFactory which uses a properties file to determine the actual Java class to be instantiated for a given object class name.
Initialisable Interface implemented by any class for which all class instances should be initialised by the BaseFactory from the factory's properties file.
PathLoader Manages a CLASSPATH-style path and uses it to locate files.
 

Exception Summary
FactoryInitialisationException  
ObjectCreationException