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
ConstructorsConstructorDescriptionGcsRegexPatternFileListFilter(String pattern) GcsRegexPatternFileListFilter(Pattern pattern) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetFilename(com.google.cloud.storage.BlobInfo blobInfo) protected booleanisDirectory(com.google.cloud.storage.BlobInfo blobInfo) Methods inherited from class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter
accept, setPattern, setPatternMethods inherited from class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter
alwaysAccept, isForRecursion, setAlwaysAcceptDirectories, setForRecursionMethods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter
filterFiles, supportsSingleFileFiltering
-
Constructor Details
-
GcsRegexPatternFileListFilter
-
GcsRegexPatternFileListFilter
-
-
Method Details
-
getFilename
- Specified by:
getFilenamein classorg.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.google.cloud.storage.BlobInfo>
-
isDirectory
protected boolean isDirectory(com.google.cloud.storage.BlobInfo blobInfo) - Specified by:
isDirectoryin classorg.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<com.google.cloud.storage.BlobInfo>
-