|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Wrapper.PathBase>
org.gradle.api.tasks.wrapper.Wrapper.PathBase
public static enum Wrapper.PathBase
| Enum Constant Summary | |
|---|---|
GRADLE_USER_HOME
|
|
PROJECT
|
|
| Method Summary | |
|---|---|
static Wrapper.PathBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Wrapper.PathBase[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Wrapper.PathBase PROJECT
public static final Wrapper.PathBase GRADLE_USER_HOME
| Method Detail |
|---|
public static final Wrapper.PathBase[] values()
for(Wrapper.PathBase c : Wrapper.PathBase.values())
System.out.println(c);
public static Wrapper.PathBase 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||