Package | Description |
---|---|
org.springframework.integration.file.filters |
Provides classes supporting file filtering.
|
org.springframework.integration.ftp.filters |
Provides classes supporting FTP file filtering.
|
org.springframework.integration.sftp.filters |
Provides classes supporting SFTP file filtering.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePatternFileListFilter
Filter that supports ant style path expressions, which are less powerful but more readable than regular expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpSimplePatternFileListFilter
Implementation of
AbstractSimplePatternFileListFilter for FTP. |
Modifier and Type | Class and Description |
---|---|
class |
SftpSimplePatternFileListFilter
Implementation of
AbstractSimplePatternFileListFilter for SFTP. |
Copyright © 2017. All rights reserved.