org.apache.ftpserver.ftplet
Interface FtpletContext

All Known Subinterfaces:
FtpServerContext
All Known Implementing Classes:
DefaultFtpServerContext

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.

Author:
Apache MINA Project

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

Method Detail

getUserManager

UserManager getUserManager()
Get the user manager.

Returns:
The UserManager

getFileSystemManager

FileSystemFactory getFileSystemManager()
Get file system manager

Returns:
The FileSystemFactory

getFtpStatistics

FtpStatistics getFtpStatistics()
Get ftp statistics.

Returns:
The FtpStatistics

getFtplet

Ftplet getFtplet(String name)
Get Ftplet.

Parameters:
name - The name identifying the Ftplet
Returns:
The Ftplet registred with the provided name, or null if none exists


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.