borland Packages Class Hierarchy jbcl.util Package Index
java.lang.Object +----borland.jbcl.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(java.lang.String baseDirList, java.lang.String relDir)Constructs a SearchPath object.
public File getFile(java.lang.String name)Returns a File object containing an image's full path.
public String getPath(java.lang.String name)Returns a String containing an image's full path.
public String toString()Converts this SearchPath object into a string representation.
Overrides: java.lang.Object.toString()