Package 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.
- Author:
- Apache MINA Project
-
Method Summary
Modifier and TypeMethodDescriptionGet file system managerGet Ftplet.Get ftp statistics.Get the user manager.
-
Method Details
-
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
Get Ftplet.
-