Package org.frankframework.receivers
Class SftpFileSystemListener
java.lang.Object
org.frankframework.filesystem.AbstractFileSystemListener<SftpFileRef,SftpFileSystem>
org.frankframework.receivers.SftpFileSystemListener
- All Implemented Interfaces:
FrankElement
,HasApplicationContext
,HasName
,HasPhysicalDestination
,IConfigurable
,IHasProcessState<SftpFileRef>
,IListener<SftpFileRef>
,IProvidesMessageBrowsers<SftpFileRef>
,IPullingListener<SftpFileRef>
,IScopeProvider
,NameAware
,SftpFileSystemDelegator
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class SftpFileSystemListener
extends AbstractFileSystemListener<SftpFileRef,SftpFileSystem>
implements SftpFileSystemDelegator
File listener for an SFTP connection.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.filesystem.AbstractFileSystemListener
AbstractFileSystemListener.IMessageType, AbstractFileSystemListener.MessageType
-
Field Summary
Fields inherited from class org.frankframework.filesystem.AbstractFileSystemListener
FILENAME_KEY, FILEPATH_KEY, log, ORIGINAL_FILENAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMessageType
(AbstractFileSystemListener.MessageType messageType) Determines the contents of the message that is sent to the pipeline.Methods inherited from class org.frankframework.filesystem.AbstractFileSystemListener
afterMessageProcessed, changeProcessState, checkForExistenceOfFolder, closeThread, configure, extractMessage, extractMessageProperties, getDomain, getMessageBrowser, getPhysicalDestinationName, getRawMessage, getStateFolder, knownProcessStates, openThread, setCharset, setCreateFolders, setDelete, setDisableMessageBrowsers, setErrorFolder, setExcludeWildcard, setFileTimeSensitive, setHoldFolder, setInProcessFolder, setInputFolder, setLogFolder, setMessageIdPropertyKey, setMessageType, setMinStableTime, setName, setNumberOfBackups, setOutputFormat, setOverwrite, setProcessedFolder, setStoreMetadataInSessionKey, setWildcard, start, stop, targetProcessStates
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.filesystem.sftp.SftpFileSystemDelegator
getFileSystem, setAuthAlias, setHost, setKnownHostsPath, setPassword, setPort, setPrefCSEncryption, setPrefSCEncryption, setPrivateKeyAuthAlias, setPrivateKeyFilePath, setPrivateKeyPassword, setProxyAuthAlias, setProxyHost, setProxyPassword, setProxyPort, setProxyTransportType, setProxyUsername, setRemoteDirectory, setStrictHostKeyChecking, setUsername
-
Constructor Details
-
SftpFileSystemListener
public SftpFileSystemListener()
-
-
Method Details
-
createFileSystem
- Specified by:
createFileSystem
in interfaceSftpFileSystemDelegator
- Specified by:
createFileSystem
in classAbstractFileSystemListener<SftpFileRef,
SftpFileSystem>
-
setMessageType
Determines the contents of the message that is sent to the pipeline. The value of the attribute matching the searchKey is returned when usingATTRIBUTE
- Default value
- PATH
-