Class UnresolvedLibrary
java.lang.Object
org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
org.gradle.plugins.ide.eclipse.model.AbstractLibrary
org.gradle.plugins.ide.eclipse.model.Library
org.gradle.plugins.ide.eclipse.model.UnresolvedLibrary
- All Implemented Interfaces:
- ClasspathEntry
A library that turned out to be unresolved.
- Since:
- 6.7
- 
Field SummaryFields inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntryaccessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe attempted selector reported by the related UnresolvedDependencyResultvoidsetAttemptedSelector(ComponentSelector attemptedSelector) Methods inherited from class org.gradle.plugins.ide.eclipse.model.AbstractLibraryappendNode, equals, getJavadocPath, getLibrary, getModuleVersion, getSourcePath, hashCode, setJavadocPath, setLibrary, setModuleVersion, setSourcePathMethods inherited from class org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntryaddClasspathEntry, getAccessRules, getEntryAttributes, getNativeLibraryLocation, getPath, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributes
- 
Constructor Details- 
UnresolvedLibrary
 
- 
- 
Method Details- 
getAttemptedSelectorThe attempted selector reported by the related UnresolvedDependencyResult
- 
setAttemptedSelector
 
-