Uses of Interface
edu.umd.cs.findbugs.ba.URLClassPath.Entry
-
Packages that use URLClassPath.Entry Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. -
-
Uses of URLClassPath.Entry in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement URLClassPath.Entry Modifier and Type Class Description private static class
URLClassPath.LocalArchiveEntry
Classpath entry class to load files from a zip/jar file in the local filesystem.private static class
URLClassPath.LocalDirectoryEntry
Classpath entry class to load files from a directory in the local filesystem.private static class
URLClassPath.RemoteArchiveEntry
Classpath entry class to load files from a remote archive URL.private static class
URLClassPath.RemoteDirectoryEntry
Classpath entry class to load files from a remote directory URL.Fields in edu.umd.cs.findbugs.ba with type parameters of type URLClassPath.Entry Modifier and Type Field Description private java.util.List<URLClassPath.Entry>
URLClassPath. entryList
-