FileDocCategorySizeDatePackage
Configurable.javaAPI DocApache Commons NET 1.4.1 API1199Sat Dec 03 10:05:48 GMT 2005org.apache.commons.net.ftp

Configurable

public interface Configurable
This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.

Fields Summary
Constructors Summary
Methods Summary
public voidconfigure(FTPClientConfig config)

param
config the object containing the configuration data
return
the object being configured after the configuration
throws
IllegalArgumentException if the elements of the config are somehow inadequate to configure the Configurable object.