Class URLClassPath.LocalDirectoryEntry

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

private static class URLClassPath.LocalDirectoryEntry extends Object implements URLClassPath.Entry
Classpath entry class to load files from a directory in the local filesystem.
  • Field Details

    • dirName

      private final String dirName
  • Constructor Details

    • LocalDirectoryEntry

      public LocalDirectoryEntry(String dirName) throws IOException
      Constructor.
      Parameters:
      dirName - name of the local directory
      Throws:
      IOException - if dirName is not a directory
  • Method Details