|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectorg.gradle.api.tasks.ide.eclipse.ProjectType
enum ProjectType
Enum Constant Summary | |
---|---|
JAVA
|
|
SIMPLE
|
|
WTP_MODULE
|
|
WTP_WEBAPP
|
Method Summary | |
---|---|
List
|
buildCommandNames()
|
List
|
natureNames()
|
ProjectType
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
ProjectType[]
|
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 |
---|
ProjectType JAVA
ProjectType SIMPLE
ProjectType WTP_MODULE
ProjectType WTP_WEBAPP
Method Detail |
---|
public List buildCommandNames()
public List natureNames()
ProjectType valueOf(java.lang.String name)
ProjectType[] values()
Groovy Documentation