|
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 org.gradle.plugins.ide.eclipse.model.AbstractLibrary
abstract class AbstractLibrary extends AbstractClasspathEntry
Field Summary |
---|
Fields inherited from class AbstractClasspathEntry | |
---|---|
COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE |
Property Summary | |
---|---|
String |
declaredConfigurationName
|
FileReference |
javadocPath
|
FileReference |
library
|
ModuleVersionIdentifier |
moduleVersion
|
FileReference |
sourcePath
|
Constructor Summary | |
AbstractLibrary(Node node, FileReferenceFactory fileReferenceFactory)
|
|
AbstractLibrary(FileReference library)
|
Method Summary | |
---|---|
void
|
appendNode(Node node)
|
boolean
|
equals(def o)
|
int
|
hashCode()
|
void
|
setJavadocPath(FileReference path)
|
void
|
setLibrary(FileReference library)
|
String
|
toString()
|
Methods inherited from class AbstractClasspathEntry | |
---|---|
addClasspathEntry, appendNode, equals, getNativeLibraryLocation, hashCode, normalizePath, setNativeLibraryLocation, toString, writeEntryAttributes |
Property Detail |
---|
String declaredConfigurationName
FileReference javadocPath
FileReference library
@Nullable ModuleVersionIdentifier moduleVersion
FileReference sourcePath
Constructor Detail |
---|
AbstractLibrary(Node node, FileReferenceFactory fileReferenceFactory)
AbstractLibrary(FileReference library)
Method Detail |
---|
void appendNode(Node node)
boolean equals(def o)
int hashCode()
void setJavadocPath(FileReference path)
void setLibrary(FileReference library)
String toString()
Gradle API 1.12