public static enum BuildToolInfo.JackVersion extends java.lang.Enum<BuildToolInfo.JackVersion>
Enum Constant and Description |
---|
V4 |
Modifier and Type | Method and Description |
---|---|
com.android.repository.Revision |
getMinRevision()
Minimum build tools version supporting this API.
|
com.google.common.collect.Range<com.android.repository.Revision> |
getSupportedBetween()
The range of build tools supporting this as their highest API level.
|
int |
getVersion()
Api version.
|
static BuildToolInfo.JackVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuildToolInfo.JackVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildToolInfo.JackVersion V4
public static BuildToolInfo.JackVersion[] values()
for (BuildToolInfo.JackVersion c : BuildToolInfo.JackVersion.values()) System.out.println(c);
public static BuildToolInfo.JackVersion 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 int getVersion()
@NonNull public com.android.repository.Revision getMinRevision()
@NonNull public com.google.common.collect.Range<com.android.repository.Revision> getSupportedBetween()