private static class ClassPath.Dir extends ClassPath.PathEntry
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
dir |
| Constructor and Description |
|---|
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.PathEntryjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object