|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectorg.gradle.api.artifacts.specs.Type
enum Type
| Enum Constant Summary | |
|---|---|
EXTERNAL
|
|
PROJECT
|
|
| Method Summary | |
|---|---|
boolean
|
isOf(Dependency dependency)
|
Type
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
Type[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Enum Constant Detail |
|---|
Type EXTERNAL
Type PROJECT
| Method Detail |
|---|
public boolean isOf(Dependency dependency)
Type valueOf(java.lang.String name)
Type[] values()
Groovy Documentation