Class Project.WorkListItem

java.lang.Object
edu.umd.cs.findbugs.Project.WorkListItem
Enclosing class:
Project

private static class Project.WorkListItem extends Object
Worklist item for finding implicit classpath entries.
  • Field Details

    • url

      private final URL url
  • Constructor Details

    • WorkListItem

      public WorkListItem(URL url)
      Constructor.
      Parameters:
      url - the URL of the Jar or Zip file
  • Method Details

    • getURL

      public URL getURL()
      Get URL of Jar/Zip file.