public class ScpComponent extends org.apache.camel.component.file.remote.RemoteFileComponent<ScpFile>
| Constructor and Description |
|---|
ScpComponent() |
ScpComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<ScpFile> endpoint) |
protected org.apache.camel.component.file.GenericFileEndpoint<ScpFile> |
buildFileEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doStart() |
protected void |
doStop() |
protected void |
initJsch() |
boolean |
isVerboseLogging() |
void |
setVerboseLogging(boolean verboseLogging)
JSCH is verbose logging out of the box.
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic ScpComponent()
public ScpComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.component.file.GenericFileEndpoint<ScpFile> buildFileEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
protected void afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<ScpFile> endpoint) throws Exception
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionpublic boolean isVerboseLogging()
public void setVerboseLogging(boolean verboseLogging)
protected void initJsch()
Apache Camel