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)
      Creates a new UnresolvedLibrary.
      Since:
      6.7
  • Method Details

    • getAttemptedSelector

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

      public void setAttemptedSelector(ComponentSelector attemptedSelector)
      Sets the attempted selector.
      Since:
      6.7