Package org.mapfish.print.processor
Class ProcessorDependencyGraphFactory
java.lang.Object
org.mapfish.print.processor.ProcessorDependencyGraphFactory
Class for constructing
ProcessorDependencyGraph
instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate aProcessorDependencyGraph
.static void
Fill the attributes in the processor.
-
Constructor Details
-
ProcessorDependencyGraphFactory
public ProcessorDependencyGraphFactory()
-
-
Method Details
-
fillProcessorAttributes
public static void fillProcessorAttributes(List<Processor> processors, Map<String, Attribute> initialAttributes) Fill the attributes in the processor.- Parameters:
processors
- The processorsinitialAttributes
- The attributes- See Also:
-
build
public ProcessorDependencyGraph build(List<? extends Processor> processors, Map<String, Class<?>> attributes) Create aProcessorDependencyGraph
.- Parameters:
processors
- the processors that will be part of the graphattributes
- the list of attributes name- Returns:
- a
ProcessorDependencyGraph
constructed from the passed in processors
-