org.apache.camel.component.file.remote
Class FtpConfiguration

java.lang.Object
  extended by org.apache.camel.component.file.GenericFileConfiguration
      extended by org.apache.camel.component.file.remote.RemoteFileConfiguration
          extended by org.apache.camel.component.file.remote.FtpConfiguration
Direct Known Subclasses:
FtpsConfiguration

public class FtpConfiguration
extends RemoteFileConfiguration

FTP configuration


Field Summary
static int DEFAULT_FTP_PORT
           
 
Fields inherited from class org.apache.camel.component.file.GenericFileConfiguration
directory
 
Constructor Summary
FtpConfiguration()
           
FtpConfiguration(URI uri)
           
 
Method Summary
protected  void setDefaultPort()
           
 
Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration
configure, getConnectTimeout, getHost, getPassword, getPort, getProtocol, getSoTimeout, getTimeout, getUsername, isBinary, isPassiveMode, needToNormalize, remoteServerInformation, setBinary, setConnectTimeout, setHost, setPassiveMode, setPassword, setPort, setProtocol, setSoTimeout, setTimeout, setUsername
 
Methods inherited from class org.apache.camel.component.file.GenericFileConfiguration
getDirectory, setDirectory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_FTP_PORT

public static final int DEFAULT_FTP_PORT
See Also:
Constant Field Values
Constructor Detail

FtpConfiguration

public FtpConfiguration()

FtpConfiguration

public FtpConfiguration(URI uri)
Method Detail

setDefaultPort

protected void setDefaultPort()
Specified by:
setDefaultPort in class RemoteFileConfiguration


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.