|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FtpletContainer
Interface describing an Ftplet container. Ftplet containers extend the
Ftplet
interface and forward any events to the Ftplets hosted by the
container.
Method Summary | |
---|---|
Ftplet |
getFtplet(String name)
Retrive the Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method. |
Map<String,Ftplet> |
getFtplets()
Retrive all Ftplets registered with this container |
Methods inherited from interface org.apache.ftpserver.ftplet.Ftplet |
---|
afterCommand, beforeCommand, destroy, init, onConnect, onDisconnect |
Method Detail |
---|
Ftplet getFtplet(String name)
Ftplet
identified by the name (as provided in the
#addFtplet(String, Ftplet)
method.
name
- The name of the Ftplet to retrive
Map<String,Ftplet> getFtplets()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |