Groovy Documentation

org.gradle.plugins.ide.eclipse.model
[Groovy] Class Output

java.lang.Object
  org.gradle.plugins.ide.eclipse.model.Output
All Implemented Interfaces:
ClasspathEntry

class Output

Property Summary
String path

 
Constructor Summary
Output(Node node)

Output(String path)

 
Method Summary
void appendNode(Node node)

boolean equals(def o)

String getKind()

int hashCode()

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

path

String path


 
Constructor Detail

Output

Output(Node node)


Output

Output(String path)


 
Method Detail

appendNode

void appendNode(Node node)


equals

boolean equals(def o)


getKind

String getKind()


hashCode

int hashCode()


toString

String toString()


 

Gradle API 1.8