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

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final String
     

    Fields inherited from class org.apache.camel.component.file.GenericFileConfiguration

    directory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
    protected void
     
    void
     
    void
    setHost(String accountOrHostname)
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • FilesConfiguration

      public FilesConfiguration()
    • FilesConfiguration

      public FilesConfiguration(URI uri)
  • Method Details

    • setDefaultPort

      protected void setDefaultPort()
      Specified by:
      setDefaultPort in class org.apache.camel.component.file.remote.RemoteFileConfiguration
    • setDirectory

      public void setDirectory(String path)
      Overrides:
      setDirectory in class org.apache.camel.component.file.GenericFileConfiguration
    • getShare

      public String getShare()
    • remoteServerInformation

      public String remoteServerInformation()
      Overrides:
      remoteServerInformation in class org.apache.camel.component.file.remote.RemoteFileConfiguration
    • setHost

      public void setHost(String accountOrHostname)
      Files service account or <account>.file.core.windows.net hostname.
      Overrides:
      setHost in class org.apache.camel.component.file.remote.RemoteFileConfiguration
    • getAccount

      public String getAccount()
    • getSharedKey

      public String getSharedKey()
    • setSharedKey

      public void setSharedKey(String sharedKey)