public interface Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
configure(FTPClientConfig config)
Configures this instance using an FTPClientConfig.
|
void configure(FTPClientConfig config)
config - the object containing the configuration data.IllegalArgumentException - if the elements of the config are somehow inadequate to configure the Configurable object.