Class ExclusionProcessor.SerDes

java.lang.Object
org.apache.rat.config.exclusion.ExclusionProcessor.SerDes
Enclosing class:
ExclusionProcessor

public class ExclusionProcessor.SerDes extends Object
Serializes and deserializes the ExclusionProcessor to an XML document.
  • Constructor Details

    • SerDes

      public SerDes()
  • Method Details

    • serialize

      public void serialize(XmlWriter writer) throws IOException
      Serialize the ExclusionProcessor to XML writer.
      Parameters:
      writer - the writer to serialize to.
      Throws:
      IOException - on Error
    • deserialize

      public void deserialize(Node xmlNode)
      Deserialize from XML Document node to ExclusionProcessor.
      Parameters:
      xmlNode - the node to deserialize from.