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 org.gradle.plugins.ide.eclipse.model.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 UnresolvedDependencyResultvoid
setAttemptedSelector
(ComponentSelector attemptedSelector) Methods inherited from class org.gradle.plugins.ide.eclipse.model.AbstractLibrary
appendNode, equals, getJavadocPath, getLibrary, getModuleVersion, getSourcePath, hashCode, setJavadocPath, setLibrary, setModuleVersion, setSourcePath
Methods inherited from class org.gradle.plugins.ide.eclipse.model.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
-