Groovy Documentation

org.gradle.api.tasks.ide.eclipse
Enum ProjectType

java.lang.Object
  java.lang.Enum
      org.gradle.api.tasks.ide.eclipse.ProjectType

enum ProjectType
extends java.lang.Enum

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.

org.gradle.api.tasks.ide.eclipse.ProjectType[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class java.lang.Enum
hashCode, compareTo, compareTo, equals, toString, name, valueOf, getDeclaringClass, ordinal, getClass, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Enum Constant Detail

JAVA

ProjectType JAVA


SIMPLE

ProjectType SIMPLE


WTP_MODULE

ProjectType WTP_MODULE


WTP_WEBAPP

ProjectType WTP_WEBAPP


 
Method Detail

buildCommandNames

public List buildCommandNames()


natureNames

public List natureNames()


valueOf

ProjectType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

org.gradle.api.tasks.ide.eclipse.ProjectType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation