@Component(value="scp") 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 |
doInit() |
protected void |
initJsch() |
boolean |
isVerboseLogging() |
void |
setVerboseLogging(boolean verboseLogging)
JSCH is verbose logging out of the box.
|
afterConfiguration, createEndpoint, createEndpoint, doBuild, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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 doInit()
throws Exception
doInit in class org.apache.camel.support.DefaultComponentExceptionpublic boolean isVerboseLogging()
public void setVerboseLogging(boolean verboseLogging)
protected void initJsch()
Apache Camel