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<BlobInfo>
-
- com.google.cloud.spring.storage.integration.filters.GcsRegexPatternFileListFilter
-
-
Constructor Summary
Constructors Constructor Description GcsRegexPatternFileListFilter(String pattern)GcsRegexPatternFileListFilter(Pattern pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFilename(BlobInfo blobInfo)protected booleanisDirectory(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
-
-