|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.mrc.hgmp.embreo.filemgr.EmbreoLocalRoots
Constructor Summary | |
EmbreoLocalRoots(EmbreoParams mysettings)
Retrieve the list of available filesystem roots |
Method Summary | |
java.lang.String |
getCurrentDir()
Get the currently selected directory |
java.lang.String |
getCurrentRoot()
Get the currently selected root |
java.lang.String |
getDefaultRoot()
Get the default root, if defined, else return null |
int |
getDefaultRootIndex()
Get the index of the default root in the Vector, else return -1 |
java.util.Hashtable |
getRoots()
Get the list of filesystem roots |
java.util.Vector |
getRootVector()
Get the list of filesystem roots |
void |
setCurrentDir(java.lang.String newDir)
Set the current directory |
void |
setCurrentRoot(java.lang.String newRoot)
Set the current root |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmbreoLocalRoots(EmbreoParams mysettings)
mysettings
- EmbreoParams defining server parametersMethod Detail |
public java.util.Hashtable getRoots()
public java.util.Vector getRootVector()
public java.lang.String getDefaultRoot()
public int getDefaultRootIndex()
public java.lang.String getCurrentDir()
public void setCurrentDir(java.lang.String newDir)
newRoot
- The name of the new current directorypublic java.lang.String getCurrentRoot()
public void setCurrentRoot(java.lang.String newRoot)
newRoot
- The name of the new filesystem root.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |