|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.util.filesystem.FileSystem
org.das2.util.filesystem.WebFileSystem
org.das2.util.filesystem.FTPFileSystem
public class FTPFileSystem
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.das2.util.filesystem.FileSystem |
---|
FileSystem.DirectoryEntry, FileSystem.FileSystemOfflineException |
Field Summary |
---|
Fields inherited from class org.das2.util.filesystem.WebFileSystem |
---|
localRoot, offline, PROP_OFFLINE, protocol |
Fields inherited from class org.das2.util.filesystem.FileSystem |
---|
logger, PROP_CASE_INSENSITIVE, properties |
Method Summary | |
---|---|
protected void |
downloadFile(java.lang.String filename,
java.io.File targetFile,
java.io.File partFile,
ProgressMonitor monitor)
Transfers the file from the remote store to a local copy f. |
boolean |
isDirectory(java.lang.String filename)
|
java.lang.String[] |
listDirectory(java.lang.String directory)
returns a list of the names of the files in a directory. |
Methods inherited from class org.das2.util.filesystem.WebFileSystem |
---|
addPropertyChangeListener, copyStream, getDownloadDirectory, getFileObject, getLocalName, getLocalName, getLocalRoot, getLocalRootAbsPath, getURL, isAppletMode, isOffline, listDirectory, localRoot, removePropertyChangeListener, setAppletMode, setOffline, toString |
Methods inherited from class org.das2.util.filesystem.FileSystem |
---|
create, createFileSystem, getProperty, getRootURL, registerFileSystemFactory, settings, splitUrl, toCanonicalFilename, toCanonicalFolderName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isDirectory(java.lang.String filename)
isDirectory
in class WebFileSystem
public java.lang.String[] listDirectory(java.lang.String directory)
FileSystem
listDirectory
in class WebFileSystem
protected void downloadFile(java.lang.String filename, java.io.File targetFile, java.io.File partFile, ProgressMonitor monitor) throws java.io.IOException
WebFileSystem
downloadFile
in class WebFileSystem
partFile
- the temporary file during download.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |