All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----guinea.util.ExpandPath
public static final Object undefinedVar· defVars
protected Dictionary defVars
public ExpandPath()· ExpandPath
public ExpandPath(Dictionary vars)
public String expand(String path)· expand
public String expand(String path, Dictionary vars)· expand
protected String expand(String path, Dictionary vars, ParsePosition pos, char endChar)· getVarValue
protected String getVarValue(String varName, Dictionary vars)· callHooks
protected String callHooks(String varName, Dictionary vars)· expandVar
protected String expandVar(String varName, Dictionary vars)· isEmpty
protected static final boolean isEmpty(String s)
True
if s is null or the length of s is
zero. Otherwise returns false
.
protected char getNextChar(String str, ParsePosition pos)· addExpandHook
public synchronized void addExpandHook(ExpandPathHook hook)· removeExpandHook
public synchronized boolean removeExpandHook(ExpandPathHook hook)· main
public static void main(String args[]) throws Exception
All Packages Class Hierarchy This Package Previous Next Index