com.boylesoftware.cb2.util
Interface TextUtils.ValueGetter
- All Known Implementing Classes:
- TextUtils.MapValueGetter
- Enclosing interface:
- TextUtils
- public static interface TextUtils.ValueGetter
Interface used by the replaceMacros
methods to get values
for macros.
Method Summary |
java.lang.String |
get(java.lang.String name)
Gets the value. |
get
public java.lang.String get(java.lang.String name)
- Gets the value.
- Parameters:
name
- the macro name.
- Returns:
- value for the specified macro or
null
.
Copyright © 2002,2003,2004 - Boyle Software, Inc.