| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ScpComponentBuilderFactory.ScpComponentBuilder |
ComponentsBuilderFactory.scp()
SCP (camel-jsch)
Copy files to/from remote hosts using the secure copy protocol (SCP).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ScpComponentBuilderFactory.ScpComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ScpComponentBuilderFactory.ScpComponentBuilder |
ScpComponentBuilderFactory.ScpComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ScpComponentBuilderFactory.ScpComponentBuilder |
ScpComponentBuilderFactory.ScpComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static ScpComponentBuilderFactory.ScpComponentBuilder |
ScpComponentBuilderFactory.scp()
SCP (camel-jsch)
Copy files to/from remote hosts using the secure copy protocol (SCP).
|
default ScpComponentBuilderFactory.ScpComponentBuilder |
ScpComponentBuilderFactory.ScpComponentBuilder.verboseLogging(boolean verboseLogging)
JSCH is verbose logging out of the box.
|
Apache Camel