Package hec.gfx2d.text
Interface TokenReplacer
- All Known Implementing Classes:
DateTokenReplacer
,DssTokenReplacer
public interface TokenReplacer
-
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
-
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- Parameters:
token
- the token to be replacedargs
- the arguments that are needed for the replacer to resolve the token- Returns:
- the resolved token
-