Groovy Documentation

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

java.lang.Object
  org.gradle.plugins.ide.eclipse.model.WbDependentModule

class WbDependentModule

Property Summary
String deployPath

String handle

 
Constructor Summary
WbDependentModule(def node)

WbDependentModule(String deployPath, String handle)

 
Method Summary
void appendNode(Node parentNode)

boolean equals(def o)

int hashCode()

String toString()

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

Property Detail

deployPath

String deployPath


handle

String handle


 
Constructor Detail

WbDependentModule

WbDependentModule(def node)


WbDependentModule

WbDependentModule(String deployPath, String handle)


 
Method Detail

appendNode

void appendNode(Node parentNode)


equals

boolean equals(def o)


hashCode

int hashCode()


toString

String toString()


 

Gradle API 1.8