public class S3RegexPatternFileListFilter
extends org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.amazonaws.services.s3.model.S3ObjectSummary>
AbstractRegexPatternFileListFilter
for Amazon S3.Constructor and Description |
---|
S3RegexPatternFileListFilter(java.util.regex.Pattern pattern) |
S3RegexPatternFileListFilter(java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getFilename(com.amazonaws.services.s3.model.S3ObjectSummary file) |
protected boolean |
isDirectory(com.amazonaws.services.s3.model.S3ObjectSummary file) |
accept, afterPropertiesSet, setPattern, setPattern
alwaysAccept, setAlwaysAcceptDirectories
public S3RegexPatternFileListFilter(java.lang.String pattern)
public S3RegexPatternFileListFilter(java.util.regex.Pattern pattern)
protected java.lang.String getFilename(com.amazonaws.services.s3.model.S3ObjectSummary file)
getFilename
in class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<com.amazonaws.services.s3.model.S3ObjectSummary>
protected boolean isDirectory(com.amazonaws.services.s3.model.S3ObjectSummary file)
isDirectory
in class org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter<com.amazonaws.services.s3.model.S3ObjectSummary>