| Constructor and Description |
|---|
RegexPrincipalTransformer(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
pattern()
The regular expression to use to locate the portion of the name to be
replaced.
|
T |
pattern(String value)
The regular expression to use to locate the portion of the name to be
replaced.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
replaceAll()
Should all occurrences of the pattern matched be replaced or only the
first occurrence.
|
T |
replaceAll(Boolean value)
Should all occurrences of the pattern matched be replaced or only the
first occurrence.
|
String |
replacement()
The value to be used as the replacement.
|
T |
replacement(String value)
The value to be used as the replacement.
|
public RegexPrincipalTransformer(String key)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="pattern") public String pattern()
public T pattern(String value)
@ModelNodeBinding(detypedName="replace-all") public Boolean replaceAll()
public T replaceAll(Boolean value)
@ModelNodeBinding(detypedName="replacement") public String replacement()
Copyright © 2019 JBoss by Red Hat. All rights reserved.