org.apache.bcel.util
Class ClassPath.Dir

java.lang.Object
  extended by org.apache.bcel.util.ClassPath.PathEntry
      extended by org.apache.bcel.util.ClassPath.Dir
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ClassPath

private static class ClassPath.Dir
extends ClassPath.PathEntry


Field Summary
private  java.lang.String dir
           
 
Constructor Summary
ClassPath.Dir(java.lang.String d)
           
 
Method Summary
(package private)  ClassPath.ClassFile getClassFile(java.lang.String name, java.lang.String suffix)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dir

private java.lang.String dir
Constructor Detail

ClassPath.Dir

ClassPath.Dir(java.lang.String d)
Method Detail

getClassFile

ClassPath.ClassFile getClassFile(java.lang.String name,
                                 java.lang.String suffix)
                           throws java.io.IOException
Specified by:
getClassFile in class ClassPath.PathEntry
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object