Class FilesConfiguration
java.lang.Object
org.apache.camel.component.file.GenericFileConfiguration
org.apache.camel.component.file.remote.RemoteFileConfiguration
org.apache.camel.component.file.azure.FilesConfiguration
@UriParams
public class FilesConfiguration
extends org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration
org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
-
Field Summary
FieldsFields inherited from class org.apache.camel.component.file.GenericFileConfiguration
directory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetShare()
protected void
void
setDirectory
(String path) void
Files service account or <account>.file.core.windows.net hostname.void
setSharedKey
(String sharedKey) Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration
configure, getConnectTimeout, getDirectoryName, getHost, getPassword, getPort, getProtocol, getSeparator, getSiteCommand, getSoTimeout, getTimeout, getUsername, isBinary, isIgnoreFileNotFoundOrPermissionError, isPassiveMode, isSendNoop, isStepwise, isStreamDownload, isThrowExceptionOnConnectFailed, isUseList, needToNormalize, normalizePath, setBinary, setConnectTimeout, setDirectoryName, setIgnoreFileNotFoundOrPermissionError, setPassiveMode, setPassword, setPort, setProtocol, setSendNoop, setSeparator, setSiteCommand, setSoTimeout, setStepwise, setStreamDownload, setThrowExceptionOnConnectFailed, setTimeout, setUseList, setUsername
Methods inherited from class org.apache.camel.component.file.GenericFileConfiguration
getDirectory, toString
-
Field Details
-
DEFAULT_HTTPS_PORT
public static final int DEFAULT_HTTPS_PORT- See Also:
-
DEFAULT_INTERNET_DOMAIN
- See Also:
-
-
Constructor Details
-
FilesConfiguration
public FilesConfiguration() -
FilesConfiguration
-
-
Method Details
-
setDefaultPort
protected void setDefaultPort()- Specified by:
setDefaultPort
in classorg.apache.camel.component.file.remote.RemoteFileConfiguration
-
setDirectory
- Overrides:
setDirectory
in classorg.apache.camel.component.file.GenericFileConfiguration
-
remoteServerInformation
- Overrides:
remoteServerInformation
in classorg.apache.camel.component.file.remote.RemoteFileConfiguration
-
setHost
Files service account or <account>.file.core.windows.net hostname.- Overrides:
setHost
in classorg.apache.camel.component.file.remote.RemoteFileConfiguration
-
getAccount
-