Uses of Interface
org.jboss.as.jdr.util.Sanitizer
-
Packages that use Sanitizer Package Description org.jboss.as.jdr.commands org.jboss.as.jdr.util -
-
Uses of Sanitizer in org.jboss.as.jdr.commands
Methods in org.jboss.as.jdr.commands with parameters of type Sanitizer Modifier and Type Method Description CollectFilesCollectFiles. sanitizer(Sanitizer... sanitizers)SystemPropertiesSystemProperties. sanitizer(Sanitizer... sanitizers) -
Uses of Sanitizer in org.jboss.as.jdr.util
Classes in org.jboss.as.jdr.util that implement Sanitizer Modifier and Type Class Description classPatternSanitizerclassXMLSanitizerSanitizersubclass that removes the contents of the matched xpath expression inpattern.Methods in org.jboss.as.jdr.util that return Sanitizer Modifier and Type Method Description static SanitizerSanitizers. pattern(String pattern, String replacement)creates and returns aSanitizerinstance that only operates on files that end with a.propertiessuffix.static SanitizerSanitizers. xml(String xpath)creates and returns aSanitizerinstance that only operates on files that end with a.xmlsuffix.
-