public class S3InboundFileSynchronizer extends org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<S3ObjectSummary>
AbstractInboundFileSynchronizer for Amazon S3.| Constructor and Description |
|---|
S3InboundFileSynchronizer() |
S3InboundFileSynchronizer(AmazonS3 amazonS3) |
S3InboundFileSynchronizer(org.springframework.integration.file.remote.session.SessionFactory<S3ObjectSummary> sessionFactory)
Create a synchronizer with the
SessionFactory used to acquire Session instances. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFilename(S3ObjectSummary file) |
protected long |
getModified(S3ObjectSummary file) |
protected boolean |
isFile(S3ObjectSummary file) |
afterPropertiesSet, close, copyFileToLocalDirectory, filterFiles, getTemporaryFileSuffix, setBeanFactory, setDeleteRemoteFiles, setFilter, setIntegrationEvaluationContext, setLocalFilenameGeneratorExpression, setPreserveTimestamp, setRemoteDirectory, setRemoteDirectoryExpression, setRemoteFileSeparator, setTemporaryFileSuffix, synchronizeToLocalDirectorypublic S3InboundFileSynchronizer()
public S3InboundFileSynchronizer(AmazonS3 amazonS3)
public S3InboundFileSynchronizer(org.springframework.integration.file.remote.session.SessionFactory<S3ObjectSummary> sessionFactory)
SessionFactory used to acquire Session instances.sessionFactory - The session factory.protected boolean isFile(S3ObjectSummary file)
isFile in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<S3ObjectSummary>protected java.lang.String getFilename(S3ObjectSummary file)
getFilename in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<S3ObjectSummary>protected long getModified(S3ObjectSummary file)
getModified in class org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<S3ObjectSummary>