public abstract class AbstractClasspathEntry extends groovy.lang.GroovyObjectSupport
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) |
Methods inherited from class | Name |
---|---|
class groovy.lang.GroovyObjectSupport |
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |