Class AbstractLibrary
java.lang.Object
org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
org.gradle.plugins.ide.eclipse.model.AbstractLibrary
- All Implemented Interfaces:
ClasspathEntry
Common superclass for the library elements.
-
Field Summary
Fields inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path
-
Constructor Summary
ConstructorDescriptionAbstractLibrary
(Node node, org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory) AbstractLibrary
(FileReference library) -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendNode
(Node node) boolean
int
hashCode()
void
setJavadocPath
(FileReference path) void
setLibrary
(FileReference library) void
setModuleVersion
(ModuleVersionIdentifier moduleVersion) void
setSourcePath
(FileReference sourcePath) toString()
Methods inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
addClasspathEntry, getAccessRules, getEntryAttributes, getNativeLibraryLocation, getPath, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributes
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.gradle.plugins.ide.eclipse.model.ClasspathEntry
getKind
-
Constructor Details
-
AbstractLibrary
public AbstractLibrary(Node node, org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory) -
AbstractLibrary
-
-
Method Details
-
getSourcePath
-
setSourcePath
-
getJavadocPath
-
setJavadocPath
-
getLibrary
-
setLibrary
-
getModuleVersion
-
setModuleVersion
-
appendNode
- Specified by:
appendNode
in interfaceClasspathEntry
- Overrides:
appendNode
in classAbstractClasspathEntry
-
equals
- Overrides:
equals
in classAbstractClasspathEntry
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractClasspathEntry
-
toString
- Overrides:
toString
in classAbstractClasspathEntry
-