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 SummaryFields inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntryaccessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractLibrary(Node node, org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory) AbstractLibrary(FileReference library) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendNode(Node node) booleaninthashCode()voidsetJavadocPath(FileReference path) voidsetLibrary(FileReference library) voidsetModuleVersion(ModuleVersionIdentifier moduleVersion) voidsetSourcePath(FileReference sourcePath) toString()Methods inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntryaddClasspathEntry, getAccessRules, getEntryAttributes, getNativeLibraryLocation, getPath, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributesMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.plugins.ide.eclipse.model.ClasspathEntrygetKind
- 
Constructor Details- 
AbstractLibrarypublic 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:
- appendNodein interface- ClasspathEntry
- Overrides:
- appendNodein class- AbstractClasspathEntry
 
- 
equals- Overrides:
- equalsin class- AbstractClasspathEntry
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- AbstractClasspathEntry
 
- 
toString- Overrides:
- toStringin class- AbstractClasspathEntry
 
 
-