public static enum RepositoryPlugin.Strategy extends Enum<RepositoryPlugin.Strategy>
Modifier and Type | Method and Description |
---|---|
static RepositoryPlugin.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryPlugin.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryPlugin.Strategy LOWEST
public static final RepositoryPlugin.Strategy HIGHEST
public static final RepositoryPlugin.Strategy EXACT
public static RepositoryPlugin.Strategy[] values()
for (RepositoryPlugin.Strategy c : RepositoryPlugin.Strategy.values()) System.out.println(c);
public static RepositoryPlugin.Strategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014 aQute SARL. All Rights Reserved.