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, ORIGINAL_FILENAME_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMessageType(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, 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, targetProcessStatesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods 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:
createFileSystemin interfaceSftpFileSystemDelegator- Specified by:
createFileSystemin 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
-
getMessageType
-