public static enum DependencyFactory.ClassPathNotation extends Enum<DependencyFactory.ClassPathNotation>
| Enum Constant and Description |
|---|
GRADLE_API |
LOCAL_GROOVY |
| Modifier and Type | Method and Description |
|---|---|
static DependencyFactory.ClassPathNotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyFactory.ClassPathNotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyFactory.ClassPathNotation GRADLE_API
public static final DependencyFactory.ClassPathNotation LOCAL_GROOVY
public static DependencyFactory.ClassPathNotation[] values()
for (DependencyFactory.ClassPathNotation c : DependencyFactory.ClassPathNotation.values()) System.out.println(c);
public static DependencyFactory.ClassPathNotation 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 © 2013. All rights reserved