Package org.apache.bcel.util
Class ClassPath.Dir
java.lang.Object
org.apache.bcel.util.ClassPath.AbstractPathEntry
org.apache.bcel.util.ClassPath.Dir
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
ClassPath
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
(package private) ClassPath.ClassFile
getClassFile
(String name, String suffix) (package private) URL
getResource
(String name) (package private) InputStream
getResourceAsStream
(String name) private File
toString()
-
Field Details
-
dir
-
-
Constructor Details
-
Dir
Dir(String d)
-
-
Method Details
-
close
- Throws:
IOException
-
getClassFile
- Specified by:
getClassFile
in classClassPath.AbstractPathEntry
-
getResource
- Specified by:
getResource
in classClassPath.AbstractPathEntry
-
getResourceAsStream
- Specified by:
getResourceAsStream
in classClassPath.AbstractPathEntry
-
toFile
-
toString
-