|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileSystemView
This is an abstraction over the user file system view.
Method Summary | |
---|---|
boolean |
changeDirectory(java.lang.String dir)
Change directory. |
void |
dispose()
Dispose file system view. |
FileObject |
getCurrentDirectory()
Get user current directory. |
FileObject |
getFileObject(java.lang.String file)
Get file object. |
FileObject |
getHomeDirectory()
Get the user home directory. |
boolean |
isRandomAccessible()
Does the file system support random file access? |
Method Detail |
---|
FileObject getHomeDirectory() throws FtpException
FtpException
FileObject getCurrentDirectory() throws FtpException
FtpException
boolean changeDirectory(java.lang.String dir) throws FtpException
FtpException
FileObject getFileObject(java.lang.String file) throws FtpException
FtpException
boolean isRandomAccessible() throws FtpException
FtpException
void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |