|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.application.areca.processor.ProcessorList
public class ProcessorList
Collection of PostProcessors
Field Summary | |
---|---|
protected java.util.List |
processors
|
Constructor Summary | |
---|---|
ProcessorList()
|
Method Summary | |
---|---|
void |
addProcessor(Processor processor)
|
Duplicable |
duplicate()
Create a copy of the Duplicable |
int |
getSize()
|
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
void |
run(ProcessContext context)
Calls the post processors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List processors
Constructor Detail |
---|
public ProcessorList()
Method Detail |
---|
public Duplicable duplicate()
Duplicable
duplicate
in interface Duplicable
public void addProcessor(Processor processor)
public void run(ProcessContext context) throws ApplicationException
ApplicationException
public java.util.Iterator iterator()
public int getSize()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |