Class GcsSimplePatternFileListFilter
- java.lang.Object
-
- org.springframework.integration.file.filters.AbstractFileListFilter<F>
-
- org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<F>
-
- org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<BlobInfo>
-
- com.google.cloud.spring.storage.integration.filters.GcsSimplePatternFileListFilter
-
-
Constructor Summary
Constructors Constructor Description GcsSimplePatternFileListFilter(String path)
-
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.AbstractSimplePatternFileListFilter
accept
-
Methods inherited from class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter
alwaysAccept, isForRecursion, setAlwaysAcceptDirectories, setForRecursion
-
-
-
-
Constructor Detail
-
GcsSimplePatternFileListFilter
public GcsSimplePatternFileListFilter(String path)
-
-