org.writersforge.catalan.process.workers
Class DefaultWorkerRegistry

java.lang.Object
  extended byorg.writersforge.catalan.process.workers.WorkerRegistry
      extended byorg.writersforge.catalan.process.workers.XmlWorkerRegistry
          extended byorg.writersforge.catalan.process.workers.DefaultWorkerRegistry

public class DefaultWorkerRegistry
extends XmlWorkerRegistry

WorkerRegistry that pre-loads all core Catalan IWorker implementations.

Author:
jsheets

Constructor Summary
DefaultWorkerRegistry()
          Creates a new instance of DefaultWorkerRegistry from default-worker-registry.xml.
 
Methods inherited from class org.writersforge.catalan.process.workers.XmlWorkerRegistry
addWorkersFromDatum, addWorkersFromPath
 
Methods inherited from class org.writersforge.catalan.process.workers.WorkerRegistry
addClassWorker, addCustomWorker, addExternalWorker, getWorker, getWorkerNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWorkerRegistry

public DefaultWorkerRegistry()
                      throws RegistryException
Creates a new instance of DefaultWorkerRegistry from default-worker-registry.xml.

Throws:
RegistryException - if unable to find or load default-worker-registry.xml