org.umber.catalan.process.workers.html
Class HtmlWorker

java.lang.Object
  extended byorg.umber.catalan.process.workers.BaseMetadataHolder
      extended byorg.umber.catalan.process.workers.BaseWorker
          extended byorg.umber.catalan.process.commands.BaseCommandWorker
              extended byorg.umber.catalan.process.workers.html.HtmlWorker
All Implemented Interfaces:
IMetadataHolder, IWorker

public class HtmlWorker
extends BaseCommandWorker

IWorker implementation which provides support for HTML generation and parsing.

Author:
jsheets

Constructor Summary
HtmlWorker()
           
 
Method Summary
protected  ICommand[] getCommands()
          Retrieves all command objects for this worker.
 
Methods inherited from class org.umber.catalan.process.commands.BaseCommandWorker
doWork
 
Methods inherited from class org.umber.catalan.process.workers.BaseWorker
getActiveNodes, getActiveQueue, getDefaultProperties, getRuntimeProperties, getWorkspace, handleErrorProblem, handleFatalProblem, handleInfoProblem, handleWarningProblem, isProcessing, process, setDefaultProperties, setTerminalPriority
 
Methods inherited from class org.umber.catalan.process.workers.BaseMetadataHolder
getMetadata, setOptionalProperties, setRequiredProperties, validateProperties, validateType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.umber.catalan.process.workers.IMetadataHolder
getMetadata, validateProperties, validateType
 

Constructor Detail

HtmlWorker

public HtmlWorker()
Method Detail

getCommands

protected ICommand[] getCommands()
Retrieves all command objects for this worker.

Specified by:
getCommands in class BaseCommandWorker
Returns:
worker commands