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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration
RemoteFileConfiguration.PathSeparator
 
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, getSeparator, getSiteCommand, getSoTimeout, getTimeout, getUsername, isBinary, isIgnoreFileNotFoundOrPermissionError, isPassiveMode, isStepwise, isStreamDownload, isThrowExceptionOnConnectFailed, isUseList, needToNormalize, normalizePath, remoteServerInformation, setBinary, setConnectTimeout, setHost, setIgnoreFileNotFoundOrPermissionError, setPassiveMode, setPassword, setPort, setProtocol, setSeparator, setSiteCommand, setSoTimeout, setStepwise, setStreamDownload, setThrowExceptionOnConnectFailed, setTimeout, setUseList, 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


Apache Camel