ottlinger commented on code in PR #697:
URL: https://github.com/apache/creadur-rat/pull/697#discussion_r3594945603
##########
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/ExclusionProcessor.java:
##########
@@ -337,4 +395,91 @@ private void extractPaths(final MatcherSet.Builder
matcherBuilder) {
}
}
+ /**
+ * Serializes and deserializes the ExclusionProcessor to XML document
+ */
+ public class Serde {
Review Comment:
@Claudenw feel free to merge if you are okay. Personally I think "serDes()"
is a bit clunky, but no need to argue any longer ;)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]