public abstract class AbstractClasspathEntry extends Object
Common superclass for all ClasspathEntry instances.
Modifiers | Name | Description |
---|---|---|
static String |
COMPONENT_DEPENDENCY_ATTRIBUTE |
|
static String |
COMPONENT_NON_DEPENDENCY_ATTRIBUTE |
|
protected Set<AccessRule> |
accessRules |
|
protected Map<String, Object> |
entryAttributes |
|
protected boolean |
exported |
|
protected String |
path |
Constructor and description |
---|
AbstractClasspathEntry
(groovy.util.Node node) |
AbstractClasspathEntry
(String path) |
Type | Name and description |
---|---|
protected groovy.util.Node |
addClasspathEntry(groovy.util.Node node, Map<String, ?> attributes) |
void |
appendNode(groovy.util.Node node) |
boolean |
equals(Object o) |
Set<AccessRule> |
getAccessRules() |
Map<String, Object> |
getEntryAttributes() |
boolean |
getExported() |
String |
getNativeLibraryLocation() |
String |
getPath() |
int |
hashCode() |
boolean |
isExported() |
protected String |
normalizePath(String path) |
void |
setAccessRules(Set<AccessRule> accessRules) |
void |
setExported(boolean exported) |
void |
setNativeLibraryLocation(String location) |
void |
setPath(String path) |
String |
toString() |
void |
writeEntryAttributes(groovy.util.Node node) |
Gradle API 3.0-milestone-1