|
||||||||||
| 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(java.lang.String name)
Retrive the Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method. |
java.util.Map<java.lang.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(java.lang.String name)
Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method.
name - The name of the Ftplet to retrive
java.util.Map<java.lang.String,Ftplet> getFtplets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||