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 Summary
Fields inherited from class AbstractClasspathEntry
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe attempted selector reported by the related UnresolvedDependencyResultvoidsetAttemptedSelector(ComponentSelector attemptedSelector) Methods inherited from class AbstractLibrary
appendNode, equals, getJavadocPath, getLibrary, getModuleVersion, getSourcePath, hashCode, setJavadocPath, setLibrary, setModuleVersion, setSourcePathMethods inherited from class AbstractClasspathEntry
addClasspathEntry, getAccessRules, getEntryAttributes, getNativeLibraryLocation, getPath, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributes
-
Constructor Details
-
UnresolvedLibrary
-
-
Method Details
-
getAttemptedSelector
The attempted selector reported by the related UnresolvedDependencyResult -
setAttemptedSelector
-