public final class BuildTargetLanguageConstants extends Object
Modifier and Type | Field and Description |
---|---|
static char |
FLAVOR_DELIMITER
Symbol that delimits flavors specified after FLAVOR_SYMBOL
|
static char |
FLAVOR_SYMBOL
Symbol that represents flavor part of a build target
|
static char |
PATH_SYMBOL
Delimiter that splits path to a package root in the pattern
|
static String |
RECURSIVE_SYMBOL
Symbol that represents recursive pattern
|
static String |
ROOT_SYMBOL
Delimiter that splits cell name and the rest of the pattern
|
static char |
TARGET_SYMBOL
Delimiter that splits target name and the rest of the pattern
|
public static final String ROOT_SYMBOL
public static final char PATH_SYMBOL
public static final char TARGET_SYMBOL
public static final String RECURSIVE_SYMBOL
public static final char FLAVOR_SYMBOL
public static final char FLAVOR_DELIMITER