borland Packages Class Hierarchy jb.util Package
java.lang.Object +----com.borland.jb.util.SearchPath
Constructors Properties Methods
Encapsulates a search path (such as classpath
), and can perform searches along that path given a relative directory and file name.
public SearchPath(String baseDirList, String relDir)Constructs a
SearchPath
object, with the image's full path.
baseDirList
relDir
public File getFile(String name)Returns a
File
object containing an image's full path.
name
public String getPath(String name)Returns a
String
containing an image's full path.
name
public String toString()Converts this
SearchPath
object into a string representation.