Package org.writersforge.catalan.process.properties

Catalan Worker Properties.

See:
          Description

Interface Summary
IWorkProperties Configuration information for a single IWorker.
 

Class Summary
BaseWorkProperties Base class helper for IWorkProperties implementations.
ChainedProperties A IWorkProperties that merges more than one IWorkProperties object into a chain of configurations.
CommonProperties IWorkProperties wrapper to add accessors for universally used properties.
EmptyProperties IWorkProperties implementation with no properties set.
MapProperties IWorkProperties which wraps a Map object.
XmlProperties IWorkProperties which exports XML attributes as properties.
XmlPropertyManager Utility class for converting XML data into the proper Java objects.
 

Exception Summary
WorkPropertyException An exception for IWorker initialization problems.
 

Package org.writersforge.catalan.process.properties Description

Catalan Worker Properties. This package contains classes to manage Worker properties, featuring various implementations of the basic IWorkProperties interface.