Groovy Documentation

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

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

class WbResource

Authors:
Hans Dockter


Property Summary
String deployPath

String sourcePath

 
Constructor Summary
WbResource(def node)

WbResource(String deployPath, String sourcePath)

 
Method Summary
void appendNode(Node node)

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


sourcePath

String sourcePath


 
Constructor Detail

WbResource

WbResource(def node)


WbResource

WbResource(String deployPath, String sourcePath)


 
Method Detail

appendNode

void appendNode(Node node)


equals

boolean equals(def o)


hashCode

int hashCode()


toString

String toString()


 

Gradle API 1.5