public interface IOutputProcessorSet
| Modifier and Type | Method and Description | 
|---|---|
| Collection<IOutputProcessor> | getAllOutputProcessor()return a collection OutputProcessor | 
| IOutputProcessor | getOutputProcessor(String strKey)return the OutputProcessor which the key is specified in parameter | 
| void | setOutputProcessorMap(Map<String,IOutputProcessor> mapOutputProcessor)Set the map which contains for each item the processor key and the processor | 
void setOutputProcessorMap(Map<String,IOutputProcessor> mapOutputProcessor)
mapOutputProcessor - processor mapIOutputProcessor getOutputProcessor(String strKey)
strKey - the key of the processorCollection<IOutputProcessor> getAllOutputProcessor()
Copyright © 2019 City of Paris. All rights reserved.