Package org.saidone.processors
Class AddAspectsAndSetPropertiesProcessor
java.lang.Object
org.saidone.processors.AbstractNodeProcessor
org.saidone.processors.AddAspectsAndSetPropertiesProcessor
- All Implemented Interfaces:
NodeProcessor
Adds specified aspects and properties to each processed node.
-
Field Summary
Fields inherited from class org.saidone.processors.AbstractNodeProcessor
readOnly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processNode
(String nodeId, ProcessorConfig config) Adds configured aspects and properties to the given node.Methods inherited from class org.saidone.processors.AbstractNodeProcessor
castToListOfStrings, castToMapOfStringObject, getNode, getNode, getNode, process
-
Constructor Details
-
AddAspectsAndSetPropertiesProcessor
public AddAspectsAndSetPropertiesProcessor()
-
-
Method Details
-
processNode
Adds configured aspects and properties to the given node.- Parameters:
nodeId
- id of the nodeconfig
- processor configuration
-