|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
abstract class AbstractClasspathEntry
Field Summary | |
---|---|
static String |
COMPONENT_DEPENDENCY_ATTRIBUTE
|
static String |
COMPONENT_NON_DEPENDENCY_ATTRIBUTE
|
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 |
Field Detail |
---|
public static final String COMPONENT_DEPENDENCY_ATTRIBUTE
public static final String COMPONENT_NON_DEPENDENCY_ATTRIBUTE
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.12