Package hec.gfx2d.text
Class DssTokenReplacer
java.lang.Object
hec.gfx2d.text.DssTokenReplacer
- All Implemented Interfaces:
TokenReplacer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveToken
(String token, Object... args) Resolves the token into a string that can be replaced by the TextSubstitution Manager or null if the Token cannot be resoved
-
Field Details
-
APART
- See Also:
-
BPART
- See Also:
-
CPART
- See Also:
-
DPART
- See Also:
-
EPART
- See Also:
-
FPART
- See Also:
-
DSSPATH
- See Also:
-
DSSFILENAME
- See Also:
-
DSSFILEPATH
- See Also:
-
DSSFILEDIR
- See Also:
-
DSSFILEDATE
- See Also:
-
LABEL
- See Also:
-
SEPARATOR
- See Also:
-
TOKEN_MAP
-
-
Constructor Details
-
DssTokenReplacer
public DssTokenReplacer()
-
-
Method Details
-
resolveToken
Resolves the token into a string that can be replaced by the TextSubstitution Manager or null if the Token cannot be resoved- Specified by:
resolveToken
in interfaceTokenReplacer
- Parameters:
token
- the token to be replacedargs
- the arguments that are needed for the replacer to resolve the token- Returns:
- the resolved token
-