|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ManifestMerger2.SystemProperty>
com.android.manifmerger.ManifestMerger2.SystemProperty
public static enum ManifestMerger2.SystemProperty
List of manifest files properties that can be directly overridden without using a placeholder.
Enum Constant Summary | |
---|---|
MAX_SDK_VERSION
|
|
MIN_SDK_VERSION
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#min |
|
PACKAGE
Allow setting the merged manifest file package name. |
|
TARGET_SDK_VERSION
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#target |
|
VERSION_CODE
http://developer.android.com/guide/topics/manifest/manifest-element.html#vcode |
|
VERSION_NAME
http://developer.android.com/guide/topics/manifest/manifest-element.html#vname |
Method Summary | |
---|---|
java.lang.String |
toCamelCase()
|
static ManifestMerger2.SystemProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ManifestMerger2.SystemProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.android.manifmerger.ManifestMerger2.AutoAddingProperty |
---|
addTo |
Enum Constant Detail |
---|
public static final ManifestMerger2.SystemProperty PACKAGE
public static final ManifestMerger2.SystemProperty VERSION_CODE
public static final ManifestMerger2.SystemProperty VERSION_NAME
public static final ManifestMerger2.SystemProperty MIN_SDK_VERSION
public static final ManifestMerger2.SystemProperty TARGET_SDK_VERSION
public static final ManifestMerger2.SystemProperty MAX_SDK_VERSION
Method Detail |
---|
public static ManifestMerger2.SystemProperty[] values()
for (ManifestMerger2.SystemProperty c : ManifestMerger2.SystemProperty.values()) System.out.println(c);
public static ManifestMerger2.SystemProperty 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toCamelCase()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |