public interface FtpletContainer
extends org.apache.ftpserver.ftplet.Ftplet
Ftplet interface and forward any events to the Ftplets hosted by the
container.| Modifier and Type | Method and Description |
|---|---|
org.apache.ftpserver.ftplet.Ftplet |
getFtplet(String name)
Retrieve the
Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method. |
Map<String,org.apache.ftpserver.ftplet.Ftplet> |
getFtplets()
Retrive all Ftplets registered with this container
|
org.apache.ftpserver.ftplet.Ftplet getFtplet(String name)
Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method.name - The name of the Ftplet to retriveCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.