public final class TigerUtils extends Object
Modifier | Constructor and Description |
---|---|
private |
TigerUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
combineTags(String name,
Set<String> values) |
static String |
combineTags(String name,
String t1,
String t2) |
static boolean |
isTigerTag(String tag)
Determines if the given tag is a TIGER one
|
static boolean |
tagIsInt(String name) |
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 String combineTags(String name, Set<String> values)
public static String combineTags(String name, String t1, String t2)