Class Project.WorkListItem

  • Enclosing class:
    Project

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

      Fields 
      Modifier and Type Field Description
      private java.net.URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkListItem​(java.net.URL url)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL getURL()
      Get URL of Jar/Zip file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        private final java.net.URL url
    • Constructor Detail

      • WorkListItem

        public WorkListItem​(java.net.URL url)
        Constructor.
        Parameters:
        url - the URL of the Jar or Zip file
    • Method Detail

      • getURL

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