Class UnresolvedLibrary

All Implemented Interfaces:
ClasspathEntry

public class UnresolvedLibrary extends Library
A library that turned out to be unresolved.
Since:
6.7
  • Constructor Details

    • UnresolvedLibrary

      public UnresolvedLibrary(FileReference library)
  • Method Details

    • getAttemptedSelector

      public ComponentSelector getAttemptedSelector()
      The attempted selector reported by the related UnresolvedDependencyResult
    • setAttemptedSelector

      public void setAttemptedSelector(ComponentSelector attemptedSelector)