Class ExclusionProcessor.SerDes
java.lang.Object
org.apache.rat.config.exclusion.ExclusionProcessor.SerDes
- Enclosing class:
ExclusionProcessor
Serializes and deserializes the ExclusionProcessor to an XML document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(Node xmlNode) Deserialize from XML Document node to ExclusionProcessor.voidSerialize the ExclusionProcessor to XML writer.
-
Constructor Details
-
SerDes
public SerDes()
-
-
Method Details
-
serialize
Serialize the ExclusionProcessor to XML writer.- Parameters:
writer- the writer to serialize to.- Throws:
IOException- on Error
-
deserialize
Deserialize from XML Document node to ExclusionProcessor.- Parameters:
xmlNode- the node to deserialize from.
-