public final class TigerUtils extends Object
Modifier | Constructor and Description |
---|---|
private |
TigerUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
combineTags(Set<String> values) |
static boolean |
isTigerTag(String tag)
Determines if the given tag is a TIGER one
|
static boolean |
tagIsInt(String name)
Determines if the given key denotes an integer value.
|
static Object |
tagObj(String name) |
private TigerUtils()
public static boolean isTigerTag(String tag)
tag
- The tag to checktrue
if tag
starts with tiger:
namespacepublic static boolean tagIsInt(String name)
name
- The key to determinetrue
if the given key denotes an integer valuepublic static String combineTags(Set<String> values)