public class AlertTokenReplacer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NOT_YET_IMPLEMENTED |
protected static String |
THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG |
| Constructor and Description |
|---|
AlertTokenReplacer(Alert alert,
OperationDefinition operationDefinition,
Resource targetResource) |
| Modifier and Type | Method and Description |
|---|---|
String |
replaceToken(String tokenString)
Replace the token string passed (without the token delimiters ) with the actual value
|
String |
replaceTokens(String input)
Replace all tokens on the input line.
|
public static final String NOT_YET_IMPLEMENTED
protected static final String THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG
public AlertTokenReplacer(Alert alert, OperationDefinition operationDefinition, Resource targetResource)
public String replaceTokens(String input)
input - a line of textToken,
TokenClassCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.