public static enum AbstractIncludeProjectDependenciesComponentConfigurator.Classpath extends Enum<AbstractIncludeProjectDependenciesComponentConfigurator.Classpath>
Enum Constant and Description |
---|
COMPILE
Compile classpath.
|
RUNTIME
Runtime classpath.
|
SYSTEM
System classpath.
|
TEST
Test classpath.
|
Modifier and Type | Method and Description |
---|---|
static AbstractIncludeProjectDependenciesComponentConfigurator.Classpath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIncludeProjectDependenciesComponentConfigurator.Classpath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractIncludeProjectDependenciesComponentConfigurator.Classpath COMPILE
public static final AbstractIncludeProjectDependenciesComponentConfigurator.Classpath RUNTIME
public static final AbstractIncludeProjectDependenciesComponentConfigurator.Classpath TEST
public static final AbstractIncludeProjectDependenciesComponentConfigurator.Classpath SYSTEM
public static AbstractIncludeProjectDependenciesComponentConfigurator.Classpath[] values()
for (AbstractIncludeProjectDependenciesComponentConfigurator.Classpath c : AbstractIncludeProjectDependenciesComponentConfigurator.Classpath.values()) System.out.println(c);
public static AbstractIncludeProjectDependenciesComponentConfigurator.Classpath 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 © 2011–2020. All rights reserved.