@Component(value="scp") @FileProcessStrategy(value=ScpProcessStrategyFactory.class) 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.
|
afterConfiguration, createEndpoint, createEndpoint, doInit, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isBasicPropertyBinding, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setBasicPropertyBinding, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIdoResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic 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.support.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultComponentExceptionpublic boolean isVerboseLogging()
public void setVerboseLogging(boolean verboseLogging)
protected void initJsch()
Apache Camel