public class Token extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERNAL_INDEX_NAME |
static char |
SEPARATOR_CHAR |
static char |
SPECIAL_TYPE_CHAR |
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSeparatedName(String... components) |
static String[] |
splitSeparatedName(String name) |
static void |
verifyName(String name) |
public static final char SEPARATOR_CHAR
public static final char SPECIAL_TYPE_CHAR
public static final String INTERNAL_INDEX_NAME
Copyright © 2012–2014. All rights reserved.