| Package | Description |
|---|---|
| org.gradle.api.tasks.wrapper |
The Gradle wrapper
Task. |
| Modifier and Type | Method and Description |
|---|---|
Wrapper.PathBase |
Wrapper.getArchiveBase()
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the
gradle user home dir.
|
Wrapper.PathBase |
Wrapper.getDistributionBase()
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in
the gradle user home dir.
|
static Wrapper.PathBase |
Wrapper.PathBase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wrapper.PathBase[] |
Wrapper.PathBase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wrapper.setArchiveBase(Wrapper.PathBase archiveBase)
The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the
gradle user home dir.
|
void |
Wrapper.setDistributionBase(Wrapper.PathBase distributionBase)
The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in
the gradle user home dir.
|
Copyright © 2013. All rights reserved