org.apache.bcel.util
private static class ClassPath.Dir extends ClassPath.PathEntry
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dir |
Constructor and Description |
---|
ClassPath.Dir(java.lang.String d) |
Modifier and Type | Method and Description |
---|---|
(package private) ClassPath.ClassFile |
getClassFile(java.lang.String name,
java.lang.String suffix) |
java.lang.String |
toString() |
ClassPath.ClassFile getClassFile(java.lang.String name, java.lang.String suffix) throws java.io.IOException
getClassFile
in class ClassPath.PathEntry
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object