org.apache.commons.net.ftp
public interface Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
configure(FTPClientConfig config) |
void configure(FTPClientConfig config)
config - the object containing the configuration dataIllegalArgumentException - if the elements of the
config are somehow inadequate to configure the
Configurable object.