public class ExpandableConstant extends Object implements ExpandableToken
ExpandableToken
is a "not" expandable token, or ExpandableConstant
.Constructor and Description |
---|
ExpandableConstant(char c) |
ExpandableConstant(String token) |
Modifier and Type | Method and Description |
---|---|
String |
expand(Event event,
Map<String,Map<String,String>> decode)
Expands a token.
|
boolean |
requiresTransaction()
Defines if this
ExpandableToken requires a transaction to be expanded. |
public ExpandableConstant(String token)
public ExpandableConstant(char c)
public String expand(Event event, Map<String,Map<String,String>> decode)
ExpandableToken
expand
in interface ExpandableToken
event
- An event, to expand the token from. May not be null.decode
- A Map, to help expanding the token. May be null.public boolean requiresTransaction()
ExpandableToken
ExpandableToken
requires a transaction to be expanded.requiresTransaction
in interface ExpandableToken
Copyright © 2021. All rights reserved.