Class GcsRegexPatternFileListFilter
java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<F>
org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.google.cloud.storage.BlobInfo>
com.google.cloud.spring.storage.integration.filters.GcsRegexPatternFileListFilter
- All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<com.google.cloud.storage.BlobInfo>
public class GcsRegexPatternFileListFilter
extends org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.google.cloud.storage.BlobInfo>
A pattern file lister for Google Cloud Storage.
-
Constructor Summary
ConstructorDescriptionGcsRegexPatternFileListFilter
(String pattern) GcsRegexPatternFileListFilter
(Pattern pattern) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getFilename
(com.google.cloud.storage.BlobInfo blobInfo) protected boolean
isDirectory
(com.google.cloud.storage.BlobInfo blobInfo) Methods inherited from class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter
accept, setPattern, setPattern
Methods inherited from class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter
alwaysAccept, isForRecursion, setAlwaysAcceptDirectories, setForRecursion
Methods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter
filterFiles, supportsSingleFileFiltering
-
Constructor Details
-
GcsRegexPatternFileListFilter
-
GcsRegexPatternFileListFilter
-
-
Method Details
-
getFilename
- Specified by:
getFilename
in classorg.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.google.cloud.storage.BlobInfo>
-
isDirectory
protected boolean isDirectory(com.google.cloud.storage.BlobInfo blobInfo) - Specified by:
isDirectory
in classorg.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<com.google.cloud.storage.BlobInfo>
-