public class OutputProcessorSet extends Object implements IOutputProcessorSet
Constructor and Description |
---|
OutputProcessorSet() |
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
|
public void setOutputProcessorMap(Map<String,IOutputProcessor> mapOutputProcessor)
IOutputProcessorSet
setOutputProcessorMap
in interface IOutputProcessorSet
mapOutputProcessor
- processor mappublic IOutputProcessor getOutputProcessor(String strKey)
IOutputProcessorSet
getOutputProcessor
in interface IOutputProcessorSet
strKey
- the key of the processorpublic Collection<IOutputProcessor> getAllOutputProcessor()
IOutputProcessorSet
getAllOutputProcessor
in interface IOutputProcessorSet
Copyright © 2015 City of Paris. All rights reserved.