public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_PERCENTAGE |
static Pattern |
OBB_FILE_REGEX
File name pattern which expansion files must match.
|
static String |
OBB_FILE_TYPE_MAIN
Expansion file type: main
|
static String |
OBB_FILE_TYPE_PATCH
Expansion file type: patch
|
static DecimalFormat |
PERCENTAGE_FORMATTER
Formatter that only displays decimal places when necessary.
|
static double[] |
ROLLOUT_PERCENTAGES
Allowed percentage values when doing a staged rollout to production.
|
| Constructor and Description |
|---|
Constants() |
public static final Pattern OBB_FILE_REGEX
public static final String OBB_FILE_TYPE_MAIN
public static final String OBB_FILE_TYPE_PATCH
public static final DecimalFormat PERCENTAGE_FORMATTER
public static final double[] ROLLOUT_PERCENTAGES
public static final double DEFAULT_PERCENTAGE
Copyright © 2004-2015. All Rights Reserved.