org.gradle
Class RefreshOptions

java.lang.Object
  extended by org.gradle.RefreshOptions
All Implemented Interfaces:
Serializable

public class RefreshOptions
extends Object
implements Serializable

The options supplied by a user to refresh dependencies and other external resources.

See Also:
Serialized Form

Nested Class Summary
static class RefreshOptions.Option
          The set of allowable options.
 
Field Summary
static RefreshOptions NONE
           
 
Constructor Summary
RefreshOptions(List<RefreshOptions.Option> options)
           
 
Method Summary
 boolean equals(Object o)
           
static RefreshOptions fromCommandLineOptions(List<String> optionNames)
           
 int hashCode()
           
 boolean refreshDependencies()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final RefreshOptions NONE
Constructor Detail

RefreshOptions

public RefreshOptions(List<RefreshOptions.Option> options)
Method Detail

fromCommandLineOptions

public static RefreshOptions fromCommandLineOptions(List<String> optionNames)

refreshDependencies

public boolean refreshDependencies()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object