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<com.google.cloud.storage.BlobInfo>
com.google.cloud.spring.storage.integration.filters.GcsSimplePatternFileListFilter
All Implemented Interfaces:
org.springframework.integration.file.filters.FileListFilter<com.google.cloud.storage.BlobInfo>

public class GcsSimplePatternFileListFilter extends org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<com.google.cloud.storage.BlobInfo>
A simple 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.AbstractSimplePatternFileListFilter

    accept

    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

    • GcsSimplePatternFileListFilter

      public GcsSimplePatternFileListFilter(String path)
  • Method Details

    • getFilename

      protected String getFilename(com.google.cloud.storage.BlobInfo blobInfo)
      Specified by:
      getFilename in class org.springframework.integration.file.filters.AbstractSimplePatternFileListFilter<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>