org.apache.ftpserver.ftplet
Interface FtpletContext


public interface FtpletContext

A ftplet configuration object used by a ftplet container used to pass information to a ftplet during initialization. The configuration information contains initialization parameters.


Method Summary
 FileSystemManager getFileSystemManager()
          Get file system manager
 Ftplet getFtplet(java.lang.String name)
          Get Ftplet.
 FtpStatistics getFtpStatistics()
          Get ftp statistics.
 UserManager getUserManager()
          Get the user manager.
 

Method Detail

getUserManager

UserManager getUserManager()
Get the user manager.


getFileSystemManager

FileSystemManager getFileSystemManager()
Get file system manager


getFtpStatistics

FtpStatistics getFtpStatistics()
Get ftp statistics.


getFtplet

Ftplet getFtplet(java.lang.String name)
Get Ftplet.



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.