org.apache.commons.net.ftp
Interface Configurable
- All Known Implementing Classes:
- ConfigurableFTPFileEntryParserImpl, FTPClient, FTPTimestampParserImpl
- 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.
configure
public void configure(FTPClientConfig config)
- Parameters:
config
- the object containing the configuration data
- Returns:
- the object being configured after the configuration
- Throws:
IllegalArgumentException
- if the elements of the
config
are somehow inadequate to configure the
Configurable object.
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.