| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ScpEndpointBuilderFactory.ScpEndpointBuilder |
StaticEndpointBuilders.scp(String path)
SCP (camel-jsch)
Copy files to/from remote hosts using the secure copy protocol (SCP).
|
static ScpEndpointBuilderFactory.ScpEndpointBuilder |
StaticEndpointBuilders.scp(String componentName,
String path)
SCP (camel-jsch)
Copy files to/from remote hosts using the secure copy protocol (SCP).
|
| Modifier and Type | Method and Description |
|---|---|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.basic() |
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.chmod(String chmod)
Allows you to set chmod on the stored file.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.disconnect(boolean disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.disconnect(String disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
static ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.fileName(org.apache.camel.Expression fileName)
Use Expression such as File Language to dynamically set the filename.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.fileName(String fileName)
Use Expression such as File Language to dynamically set the filename.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.flatten(boolean flatten)
Flatten is used to flatten the file name path to strip any leading
paths, so it's just the file name.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.flatten(String flatten)
Flatten is used to flatten the file name path to strip any leading
paths, so it's just the file name.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.jailStartingDirectory(boolean jailStartingDirectory)
Used for jailing (restricting) writing files to the starting
directory (and sub) only.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.jailStartingDirectory(String jailStartingDirectory)
Used for jailing (restricting) writing files to the starting
directory (and sub) only.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.knownHostsFile(String knownHostsFile)
Sets the known_hosts file, so that the jsch endpoint can do host key
verification.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.password(String password)
Password to use for login.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.preferredAuthentications(String preferredAuthentications)
Set a comma separated list of authentications that will be used in
order of preference.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyBytes(Byte[] privateKeyBytes)
Set the private key bytes to that the endpoint can do private key
verification.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyBytes(String privateKeyBytes)
Set the private key bytes to that the endpoint can do private key
verification.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyFile(String privateKeyFile)
Set the private key file to that the endpoint can do private key
verification.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyFilePassphrase(String privateKeyFilePassphrase)
Set the private key file passphrase to that the endpoint can do
private key verification.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpBuilders.scp(String path)
SCP (camel-jsch)
Copy files to/from remote hosts using the secure copy protocol (SCP).
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpBuilders.scp(String componentName,
String path)
SCP (camel-jsch)
Copy files to/from remote hosts using the secure copy protocol (SCP).
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.strictHostKeyChecking(String strictHostKeyChecking)
Sets whether to use strict host key checking.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.username(String username)
Username to use for login.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.useUserKnownHostsFile(boolean useUserKnownHostsFile)
If knownHostFile has not been explicit configured, then use the host
file from System.getProperty(user.home) /.ssh/known_hosts.
|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
ScpEndpointBuilderFactory.ScpEndpointBuilder.useUserKnownHostsFile(String useUserKnownHostsFile)
If knownHostFile has not been explicit configured, then use the host
file from System.getProperty(user.home) /.ssh/known_hosts.
|
Apache Camel