Class URLClassPath.RemoteDirectoryEntry

java.lang.Object
edu.umd.cs.findbugs.ba.URLClassPath.RemoteDirectoryEntry
All Implemented Interfaces:
URLClassPath.Entry, AutoCloseable
Enclosing class:
URLClassPath

private static class URLClassPath.RemoteDirectoryEntry extends Object implements URLClassPath.Entry
Classpath entry class to load files from a remote directory URL.
  • Field Details

    • remoteDirURL

      private final URL remoteDirURL
  • Constructor Details

    • RemoteDirectoryEntry

      public RemoteDirectoryEntry(URL remoteDirURL)
      Constructor.
      Parameters:
      remoteDirURL - URL of the remote directory; must end in "/"
  • Method Details