public static enum DependencyOptions.GraphType extends Enum<DependencyOptions.GraphType>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExcluded(String scope) |
static DependencyOptions.GraphType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyOptions.GraphType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyOptions.GraphType PACKAGE
public static final DependencyOptions.GraphType COMPILE
public static final DependencyOptions.GraphType TEST
public static final DependencyOptions.GraphType RUNTIME
public static DependencyOptions.GraphType[] values()
for (DependencyOptions.GraphType c : DependencyOptions.GraphType.values()) System.out.println(c);
public static DependencyOptions.GraphType 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 nullpublic boolean isExcluded(String scope)
Copyright © 2019. All rights reserved.