Package org.jboss.as.jdr.util
Class Sanitizers
java.lang.Object
org.jboss.as.jdr.util.Sanitizers
Provides the most commonly used sanitizers with their most common configurations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Sanitizers
public Sanitizers()
-
-
Method Details
-
pattern
creates and returns aSanitizerinstance that only operates on files that end with a.propertiessuffix.- Parameters:
pattern-WildcardPatterncompatible pattern to search forreplacement- text content to replace matches with- Returns:
Sanitizerthat only operates on files with names ending with.properties.- Throws:
Exception
-
xml
creates and returns aSanitizerinstance that only operates on files that end with a.xmlsuffix.
-