Groovy Documentation

org.gradle.plugins.eclipse.model
[Groovy] Class Classpath

java.lang.Object
  org.gradle.plugins.eclipse.model.Classpath

class Classpath

Represents the customizable elements of an eclipse classpath file. (via XML hooks everything is customizable).

Authors:
Hans Dockter


Property Summary
java.util.List entries

The classpath entries (contains by default an output entry pointing to bin).

 
Constructor Summary
Classpath(EclipseClasspath eclipseClasspath, java.util.List entries, java.io.Reader inputXml)

 
Method Summary
boolean equals(java.lang.Object o)

int hashCode()

java.lang.String toString()

void toXml(java.io.File file)

java.lang.Object toXml(java.io.Writer writer)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

entries

java.util.List entries
The classpath entries (contains by default an output entry pointing to bin).


 
Constructor Detail

Classpath

Classpath(EclipseClasspath eclipseClasspath, java.util.List entries, java.io.Reader inputXml)


 
Method Detail

equals

boolean equals(java.lang.Object o)


hashCode

int hashCode()


toString

java.lang.String toString()


toXml

void toXml(java.io.File file)


toXml

java.lang.Object toXml(java.io.Writer writer)


 

Groovy Documentation