org.mule.providers.ftp.server
Class FileView

java.lang.Object
  extended by org.mule.providers.ftp.server.FileView

public class FileView
extends Object


Field Summary
protected  Log logger
           
 
Constructor Summary
FileView(ServerState state)
           
 
Method Summary
 boolean changeDirectory(String dir)
           
 void dispose()
           
 void flagStarted(int count)
           
 FileObject getCurrentDirectory()
           
 FileObject getFileObject(String name)
           
 FileObject getHomeDirectory()
           
 boolean isRandomAccessible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Log logger
Constructor Detail

FileView

public FileView(ServerState state)
Method Detail

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.