| Enum Constant and Description |
|---|
DEVELOP |
REPRODUCIBLE |
| Modifier and Type | Method and Description |
|---|---|
abstract GolangDependencySet |
determine(GolangDependencySet declaredDependencies,
GolangDependencySet lockedDependencies) |
static BuildMode |
fromString(java.lang.String string)
Convert a string to an instance of
BuildMode. |
java.lang.String |
getAbbr() |
static BuildMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuildMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildMode DEVELOP
public static final BuildMode REPRODUCIBLE
public static BuildMode[] values()
for (BuildMode c : BuildMode.values()) System.out.println(c);
public static BuildMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getAbbr()
public abstract GolangDependencySet determine(GolangDependencySet declaredDependencies, GolangDependencySet lockedDependencies)