@Deprecated
public class RefreshOptions
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RefreshOptions.Option
Deprecated.
The set of allowable options.
|
| Modifier and Type | Field and Description |
|---|---|
static RefreshOptions |
NONE
Deprecated.
|
| Constructor and Description |
|---|
RefreshOptions(java.util.List<RefreshOptions.Option> options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
static RefreshOptions |
fromCommandLineOptions(java.util.List<java.lang.String> optionNames)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
refreshDependencies()
Deprecated.
|
public static final RefreshOptions NONE
public RefreshOptions(java.util.List<RefreshOptions.Option> options)
public static RefreshOptions fromCommandLineOptions(java.util.List<java.lang.String> optionNames)
public boolean refreshDependencies()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object