|
|||||||
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.EmbreoFileList
Constructor Summary | |
EmbreoFileList(EmbreoParams mysettings,
java.lang.String fileRoot,
java.lang.String dir)
Retrieves a directory listing from an embreo server. |
Method Summary | |
void |
addDirectoriesToList(javax.swing.DefaultListModel l)
Adds the directories to a list |
void |
addFilesToList(javax.swing.DefaultListModel l)
Adds the files to a list |
java.util.Vector |
dirVector()
Gets the list of directories as a Vector |
java.util.Vector |
fileVector()
Gets the list of files as a Vector |
java.lang.String |
getDirectories()
Gets the list of directories as a String |
java.lang.String |
getFiles()
Gets the list of files as a String |
boolean |
isDirectory(java.lang.String d)
Gets whether this name is a directory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmbreoFileList(EmbreoParams mysettings, java.lang.String fileRoot, java.lang.String dir) throws EmbreoAuthException
mysettings
- EmbreoParams defining server parametersfileRoot
- Which filesystem root we're usingdir
- The directory to list files in, relative to fileRootEmbreoAuthException
- If authentication failsMethod Detail |
public java.lang.String getFiles()
public java.lang.String getDirectories()
public java.util.Vector fileVector()
public java.util.Vector dirVector()
public void addFilesToList(javax.swing.DefaultListModel l)
public void addDirectoriesToList(javax.swing.DefaultListModel l)
public boolean isDirectory(java.lang.String d)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |