Package | Description |
---|---|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.file.filters |
Provides classes supporting file filtering.
|
org.springframework.integration.file.locking |
Provides classes supporting file locking.
|
org.springframework.integration.file.remote.gateway |
Provides classes supporting remote file gateways.
|
org.springframework.integration.file.remote.synchronizer |
Provides classes supporting the synchronization of remote and
local file directories.
|
org.springframework.integration.ftp.filters |
Provides classes supporting FTP file filtering.
|
org.springframework.integration.sftp.filters |
Provides classes supporting SFTP file filtering.
|
Class and Description |
---|
FileListFilter
Strategy interface for filtering a group of files.
|
Class and Description |
---|
FileListFilter
Strategy interface for filtering a group of files.
|
Class and Description |
---|
AbstractFileListFilter
A convenience base class for any
FileListFilter whose criteria can be
evaluated against each File in isolation. |
AbstractPersistentAcceptOnceFileListFilter
Stores "seen" files in a MetadataStore to survive application restarts.
|
AbstractRegexPatternFileListFilter
Filters a listing of files by qualifying their 'name'
against a regular expression (an instance of
Pattern ) |
AbstractSimplePatternFileListFilter
Base class for filters that support ant style path expressions, which are less powerful
but more readable than regular expressions.
|
CompositeFileListFilter
Simple
FileListFilter that predicates its matches against any of many
configured FileListFilter . |
FileListFilter
Strategy interface for filtering a group of files.
|
Class and Description |
---|
AbstractFileListFilter
A convenience base class for any
FileListFilter whose criteria can be
evaluated against each File in isolation. |
FileListFilter
Strategy interface for filtering a group of files.
|
Class and Description |
---|
FileListFilter
Strategy interface for filtering a group of files.
|
Class and Description |
---|
FileListFilter
Strategy interface for filtering a group of files.
|
Class and Description |
---|
AbstractFileListFilter
A convenience base class for any
FileListFilter whose criteria can be
evaluated against each File in isolation. |
AbstractPersistentAcceptOnceFileListFilter
Stores "seen" files in a MetadataStore to survive application restarts.
|
AbstractRegexPatternFileListFilter
Filters a listing of files by qualifying their 'name'
against a regular expression (an instance of
Pattern ) |
AbstractSimplePatternFileListFilter
Base class for filters that support ant style path expressions, which are less powerful
but more readable than regular expressions.
|
FileListFilter
Strategy interface for filtering a group of files.
|
Class and Description |
---|
AbstractFileListFilter
A convenience base class for any
FileListFilter whose criteria can be
evaluated against each File in isolation. |
AbstractPersistentAcceptOnceFileListFilter
Stores "seen" files in a MetadataStore to survive application restarts.
|
AbstractRegexPatternFileListFilter
Filters a listing of files by qualifying their 'name'
against a regular expression (an instance of
Pattern ) |
AbstractSimplePatternFileListFilter
Base class for filters that support ant style path expressions, which are less powerful
but more readable than regular expressions.
|
FileListFilter
Strategy interface for filtering a group of files.
|
Copyright © 2018. All rights reserved.