public class GcsInboundFileSynchronizer
extends org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.google.cloud.storage.BlobInfo>
Constructor and Description |
---|
GcsInboundFileSynchronizer(com.google.cloud.storage.Storage gcs) |
Modifier and Type | Method and Description |
---|---|
protected String |
getFilename(com.google.cloud.storage.BlobInfo file) |
protected long |
getModified(com.google.cloud.storage.BlobInfo file) |
protected boolean |
isFile(com.google.cloud.storage.BlobInfo file) |
protected String |
protocol() |
afterPropertiesSet, close, copyFileToLocalDirectory, doInit, doSetFilter, doSetRemoteDirectoryExpression, filterFiles, getComparator, getRemoteFileMetadata, getTemporaryFileSuffix, removeRemoteFileMetadata, rollbackFromFileToListEnd, setBeanFactory, setBeanName, setComparator, setDeleteRemoteFiles, setFilter, setLocalFilenameGeneratorExpression, setLocalFilenameGeneratorExpressionString, setMetadataStorePrefix, setPreserveTimestamp, setRemoteDirectory, setRemoteDirectoryExpression, setRemoteDirectoryExpressionString, setRemoteFileMetadataStore, setRemoteFileSeparator, setTemporaryFileSuffix, synchronizeToLocalDirectory, synchronizeToLocalDirectory
public GcsInboundFileSynchronizer(com.google.cloud.storage.Storage gcs)
protected boolean isFile(com.google.cloud.storage.BlobInfo file)
isFile
in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.google.cloud.storage.BlobInfo>
protected String getFilename(com.google.cloud.storage.BlobInfo file)
getFilename
in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.google.cloud.storage.BlobInfo>
protected long getModified(com.google.cloud.storage.BlobInfo file)
getModified
in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.google.cloud.storage.BlobInfo>
protected String protocol()
protocol
in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.google.cloud.storage.BlobInfo>
Copyright © 2023. All rights reserved.