|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutputProcessorSet
Method Summary | |
---|---|
java.util.Collection<IOutputProcessor> |
getAllOutputProcessor()
return a collection OutputProcessor |
IOutputProcessor |
getOutputProcessor(java.lang.String strKey)
return the OutputProcessor which the key is specified in parameter |
void |
setOutputProcessorMap(java.util.Map<java.lang.String,IOutputProcessor> mapOutputProcessor)
Set the map which contains for each item the processor key and the processor |
Method Detail |
---|
void setOutputProcessorMap(java.util.Map<java.lang.String,IOutputProcessor> mapOutputProcessor)
mapOutputProcessor
- processor mapIOutputProcessor getOutputProcessor(java.lang.String strKey)
strKey
- the key of the processor
java.util.Collection<IOutputProcessor> getAllOutputProcessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |