|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
FileSystemFactory |
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 |
---|
UserManager getUserManager()
UserManager
FileSystemFactory getFileSystemManager()
FileSystemFactory
FtpStatistics getFtpStatistics()
FtpStatistics
Ftplet getFtplet(java.lang.String name)
name
- The name identifying the Ftplet
Ftplet
registred with the provided name, or null if none exists
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |