org.mule.providers.ftp.server
Class FileView
java.lang.Object
org.mule.providers.ftp.server.FileView
public class FileView
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final Log logger
FileView
public FileView(ServerState state)
flagStarted
public void flagStarted(int count)
getHomeDirectory
public FileObject getHomeDirectory()
throws FtpException
- Throws:
FtpException
getCurrentDirectory
public FileObject getCurrentDirectory()
throws FtpException
- Throws:
FtpException
changeDirectory
public boolean changeDirectory(String dir)
throws FtpException
- Throws:
FtpException
getFileObject
public FileObject getFileObject(String name)
throws FtpException
- Throws:
FtpException
isRandomAccessible
public boolean isRandomAccessible()
throws FtpException
- Throws:
FtpException
dispose
public void dispose()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.