| Package | Description |
|---|---|
| org.jboss.as.jdr.commands | |
| org.jboss.as.jdr.util |
| Modifier and Type | Method and Description |
|---|---|
SystemProperties |
SystemProperties.sanitizer(Sanitizer... sanitizers) |
CollectFiles |
CollectFiles.sanitizer(Sanitizer... sanitizers) |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternSanitizer
|
class |
XMLSanitizer
Sanitizer subclass that removes the contents of the matched xpath expression
in pattern. |
| Modifier and Type | Method and Description |
|---|---|
static Sanitizer |
Sanitizers.pattern(String pattern,
String replacement)
creates and returns a
Sanitizer instance that only operates on
files that end with a .properties suffix. |
static Sanitizer |
Sanitizers.xml(String xpath)
creates and returns a
Sanitizer instance that only operates on
files that end with a .xml suffix. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.