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

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GcsRegexPatternFileListFilter

      public GcsRegexPatternFileListFilter(String pattern)
    • GcsRegexPatternFileListFilter

      public GcsRegexPatternFileListFilter(Pattern pattern)
  • Method Details

    • getFilename

      protected String getFilename(com.google.cloud.storage.BlobInfo blobInfo)
      Specified by:
      getFilename in class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.google.cloud.storage.BlobInfo>
    • isDirectory

      protected boolean isDirectory(com.google.cloud.storage.BlobInfo blobInfo)
      Specified by:
      isDirectory in class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<com.google.cloud.storage.BlobInfo>