org.apache.bcel.util

Class ClassPath.Dir

Enclosing Class:
ClassPath
Implemented Interfaces:
Serializable

private static class ClassPath.Dir
extends ClassPath.PathEntry

Field Summary

private String
dir

Constructor Summary

Dir(String d)

Method Summary

(package private) ClassPath.ClassFile
getClassFile(String name, String suffix)
String
toString()

Methods inherited from class org.apache.bcel.util.ClassPath.PathEntry

getClassFile

Field Details

dir

private String dir

Constructor Details

Dir

(package private)  Dir(String d)

Method Details

getClassFile

(package private)  ClassPath.ClassFile getClassFile(String name,
                                                    String suffix)
            throws IOException
Overrides:
getClassFile in interface ClassPath.PathEntry

toString

public String toString()