org.gradle
Class RefreshOptions
java.lang.Object
org.gradle.RefreshOptions
- All Implemented Interfaces:
- Serializable
Deprecated. Use StartParameter.setRefreshDependencies(boolean) instead.
@Deprecated
public class RefreshOptions
- extends Object
- implements Serializable
The options supplied by a user to refresh dependencies and other external resources.
- See Also:
- Serialized Form
NONE
public static final RefreshOptions NONE
- Deprecated.
RefreshOptions
public RefreshOptions(List<RefreshOptions.Option> options)
- Deprecated.
fromCommandLineOptions
public static RefreshOptions fromCommandLineOptions(List<String> optionNames)
- Deprecated.
refreshDependencies
public boolean refreshDependencies()
- Deprecated.
equals
public boolean equals(Object o)
- Deprecated.
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Deprecated.
- Overrides:
hashCode in class Object