|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.RefreshOptions
@Deprecated public class RefreshOptions
The options supplied by a user to refresh dependencies and other external resources.
Nested Class Summary | |
---|---|
enum |
RefreshOptions.Option
The set of allowable options. |
Field Summary | |
---|---|
static RefreshOptions |
NONE
|
Constructor Summary | |
RefreshOptions(List options)
|
Method Summary | |
---|---|
boolean
|
equals(Object o)
|
static RefreshOptions
|
fromCommandLineOptions(List optionNames)
|
int
|
hashCode()
|
boolean
|
refreshDependencies()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final RefreshOptions NONE
Constructor Detail |
---|
public RefreshOptions(List options)
Method Detail |
---|
@Override public boolean equals(Object o)
public static RefreshOptions fromCommandLineOptions(List optionNames)
@Override public int hashCode()
public boolean refreshDependencies()
Gradle API 1.12