Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.net.ftp
Interface Configurable  view Configurable download Configurable.java

All Known Implementing Classes:
org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl, FTPClient

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.


Method Summary
 void configure(FTPClientConfig config)
           
 

Method Detail

configure

public void configure(FTPClientConfig config)