abstract class AbstractClasspathEntry
| Modifiers | Name | Description |
|---|---|---|
static String |
COMPONENT_DEPENDENCY_ATTRIBUTE |
|
static String |
COMPONENT_NON_DEPENDENCY_ATTRIBUTE |
| Constructor and description |
|---|
AbstractClasspathEntry
(Node node) |
AbstractClasspathEntry
(String path) |
| Type | Name and description |
|---|---|
protected Node |
addClasspathEntry(Node node, Map<String, ?> 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) |
Gradle API 2.2-20140924021627+0000