|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.emboss.jemboss.soap.FileList
Retrieves a directory listing from an Jemboss server. The directory listing consists of a hash with two entries, a full list of files (including directories) and a list of those files that are directories.
Field Summary | |
private java.lang.String |
directories
directory list |
private java.lang.String |
flist
file list |
private java.util.Vector |
vdir
vector containing directories |
Constructor Summary | |
FileList(JembossParams mysettings,
java.lang.String fileRoot,
java.lang.String dir)
|
Method Summary | |
java.util.Vector |
fileVector()
Gets the list of files as a Vector |
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 |
Field Detail |
private java.lang.String flist
private java.lang.String directories
private java.util.Vector vdir
Constructor Detail |
public FileList(JembossParams mysettings, java.lang.String fileRoot, java.lang.String dir) throws JembossSoapException
mysettings
- jemboss propertiesfileRoot
- file system root being useddir
- directory to list files in, relative to fileRoot
JembossSoapException
- if authentication failsMethod Detail |
public java.util.Vector fileVector()
public boolean isDirectory(java.lang.String d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |