public class FileInboundChannelAdapterSpec extends MessageSourceSpec<FileInboundChannelAdapterSpec,org.springframework.integration.file.FileReadingMessageSource>
id, logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
FileInboundChannelAdapterSpec |
autoCreateDirectory(boolean autoCreateDirectory) |
protected org.springframework.integration.file.FileReadingMessageSource |
doGet() |
FileInboundChannelAdapterSpec |
filter(org.springframework.integration.file.filters.FileListFilter<java.io.File> filter) |
FileInboundChannelAdapterSpec |
filter(org.springframework.integration.file.filters.FileListFilter<java.io.File> filter,
boolean preventDuplicates) |
FileInboundChannelAdapterSpec |
locker(org.springframework.integration.file.FileLocker locker) |
FileInboundChannelAdapterSpec |
nioLocker() |
FileInboundChannelAdapterSpec |
patternFilter(java.lang.String pattern) |
FileInboundChannelAdapterSpec |
patternFilter(java.lang.String pattern,
boolean preventDuplicates) |
FileInboundChannelAdapterSpec |
preventDuplicatesFilter(boolean preventDuplicates) |
FileInboundChannelAdapterSpec |
regexFilter(java.lang.String regex) |
FileInboundChannelAdapterSpec |
regexFilter(java.lang.String regex,
boolean preventDuplicates) |
FileInboundChannelAdapterSpec |
scanEachPoll(boolean scanEachPoll) |
FileInboundChannelAdapterSpec |
scanner(org.springframework.integration.file.DirectoryScanner scanner) |
_this, get, getId, id
public FileInboundChannelAdapterSpec scanner(org.springframework.integration.file.DirectoryScanner scanner)
public FileInboundChannelAdapterSpec autoCreateDirectory(boolean autoCreateDirectory)
public FileInboundChannelAdapterSpec filter(org.springframework.integration.file.filters.FileListFilter<java.io.File> filter)
public FileInboundChannelAdapterSpec filter(org.springframework.integration.file.filters.FileListFilter<java.io.File> filter, boolean preventDuplicates)
public FileInboundChannelAdapterSpec preventDuplicatesFilter(boolean preventDuplicates)
public FileInboundChannelAdapterSpec patternFilter(java.lang.String pattern)
public FileInboundChannelAdapterSpec patternFilter(java.lang.String pattern, boolean preventDuplicates)
public FileInboundChannelAdapterSpec regexFilter(java.lang.String regex)
public FileInboundChannelAdapterSpec regexFilter(java.lang.String regex, boolean preventDuplicates)
public FileInboundChannelAdapterSpec locker(org.springframework.integration.file.FileLocker locker)
public FileInboundChannelAdapterSpec nioLocker()
public FileInboundChannelAdapterSpec scanEachPoll(boolean scanEachPoll)
protected org.springframework.integration.file.FileReadingMessageSource doGet()
doGet
in class IntegrationComponentSpec<FileInboundChannelAdapterSpec,org.springframework.integration.file.FileReadingMessageSource>