public enum ManifestSystemProperty extends java.lang.Enum<ManifestSystemProperty> implements ManifestMerger2.AutoAddingProperty
| Enum Constant and Description |
|---|
FUNCTIONAL_TEST
Functional test attribute for the instrumentation.
|
HANDLE_PROFILING
Handle profiling attribute for the instrumentation.
|
LABEL
Label attribute for the instrumentation.
|
MAX_SDK_VERSION |
MIN_SDK_VERSION |
NAME
Name of the instrumentation runner.
|
PACKAGE
Allow setting the merged manifest file package name.
|
TARGET_PACKAGE
Target package for the instrumentation.
|
TARGET_SDK_VERSION |
VERSION_CODE |
VERSION_NAME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toCamelCase() |
static ManifestSystemProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManifestSystemProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfaddTopublic static final ManifestSystemProperty PACKAGE
public static final ManifestSystemProperty VERSION_CODE
public static final ManifestSystemProperty VERSION_NAME
public static final ManifestSystemProperty MIN_SDK_VERSION
public static final ManifestSystemProperty TARGET_SDK_VERSION
public static final ManifestSystemProperty MAX_SDK_VERSION
public static final ManifestSystemProperty NAME
public static final ManifestSystemProperty TARGET_PACKAGE
public static final ManifestSystemProperty FUNCTIONAL_TEST
public static final ManifestSystemProperty HANDLE_PROFILING
public static final ManifestSystemProperty LABEL
public static ManifestSystemProperty[] values()
for (ManifestSystemProperty c : ManifestSystemProperty.values()) System.out.println(c);
public static ManifestSystemProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toCamelCase()