All Packages Class Hierarchy This Package Previous Next Index
Class guinea.util.SearchPath
java.lang.Object
|
+----guinea.util.SearchPath
- public class SearchPath
- extends Object
Variable Index
- ·
base
-
- ·
expPath
-
- ·
searchPath
-
Constructor Index
- ·
SearchPath()
-
- ·
SearchPath(String, String, ExpandPath)
-
Method Index
- ·
appendToPath(String)
-
- ·
concatFile(File, File)
-
- ·
concatFile(File, String)
-
- ·
getPath()
-
- ·
main(String[])
-
- ·
prependToPath(String)
-
- ·
setExpandPath(ExpandPath)
-
- ·
setPathBase(String)
-
- ·
setSearchPath(String)
-
Variables
·
base
protected String base
·
searchPath
protected String searchPath
·
expPath
protected ExpandPath expPath
Constructors
·
SearchPath
public SearchPath()
·
SearchPath
public SearchPath(String searchPath,
String base,
ExpandPath expPath)
Methods
·
setPathBase
public void setPathBase(String base)
·
setExpandPath
public void setExpandPath(ExpandPath expPath)
·
setSearchPath
public void setSearchPath(String searchPath)
·
appendToPath
public void appendToPath(String path)
·
prependToPath
public void prependToPath(String path)
·
getPath
public String getPath()
·
concatFile
protected File concatFile(File f1,
File f2)
·
concatFile
protected File concatFile(File f1,
String f2)
·
main
public static void main(String args[]) throws Exception
All Packages Class Hierarchy This Package Previous Next Index