public class RegexPrincipalTransformer<T extends RegexPrincipalTransformer<T>> extends Object
| 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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String pattern()
public T pattern(String value)
public Boolean replaceAll()
public T replaceAll(Boolean value)
public String replacement()
Copyright © 2018 JBoss by Red Hat. All rights reserved.