|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
abstract class AbstractClasspathEntry
Property Summary | |
---|---|
Set |
accessRules
|
Map |
entryAttributes
|
boolean |
exported
|
String |
path
|
Constructor Summary | |
AbstractClasspathEntry(Node node)
|
|
AbstractClasspathEntry(String path)
|
Method Summary | |
---|---|
protected Node
|
addClasspathEntry(Node node, Map attributes)
|
void
|
appendNode(Node node)
|
boolean
|
equals(def o)
|
String
|
getNativeLibraryLocation()
|
int
|
hashCode()
|
protected String
|
normalizePath(String path)
|
void
|
setNativeLibraryLocation(String location)
|
String
|
toString()
|
void
|
writeEntryAttributes(Node node)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
Set accessRules
final Map entryAttributes
boolean exported
String path
Constructor Detail |
---|
AbstractClasspathEntry(Node node)
AbstractClasspathEntry(String path)
Method Detail |
---|
protected Node addClasspathEntry(Node node, Map attributes)
void appendNode(Node node)
boolean equals(def o)
String getNativeLibraryLocation()
int hashCode()
protected String normalizePath(String path)
final void setNativeLibraryLocation(String location)
String toString()
void writeEntryAttributes(Node node)
Gradle API 1.0-milestone-9