Class URLClassPath.RemoteArchiveEntry

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

private static class URLClassPath.RemoteArchiveEntry extends Object implements URLClassPath.Entry
Classpath entry class to load files from a remote archive URL. It uses jar URLs to specify individual files within the remote archive.
  • Field Details

    • remoteArchiveURL

      private final URL remoteArchiveURL
  • Constructor Details

    • RemoteArchiveEntry

      public RemoteArchiveEntry(URL remoteArchiveURL)
      Constructor.
      Parameters:
      remoteArchiveURL - the remote zip/jar file URL
  • Method Details