org.umber.catalan.commands
Interface IForgeCommand

All Known Implementing Classes:
BaseForgeCommand

public interface IForgeCommand

A single Catalan processing command. Usually corresponds to a single document or generated report.

Author:
jsheets

Method Summary
 java.util.Map getCommandParams()
           
 java.lang.String getName()
           
 ICommandQueue getQueue()
           
 java.lang.String getType()
           
 CommandResult run()
           
 

Method Detail

getQueue

public ICommandQueue getQueue()

getType

public java.lang.String getType()

getName

public java.lang.String getName()

getCommandParams

public java.util.Map getCommandParams()

run

public CommandResult run()
                  throws CatalanCommandException
Throws:
CatalanCommandException