public abstract class GenericFileEndpoint<T>
extends org.apache.camel.support.ScheduledPollEndpoint
implements org.apache.camel.spi.BrowsableEndpoint
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowNullBody |
protected String |
antExclude |
protected AntPathMatcherGenericFileFilter<T> |
antFilter |
protected boolean |
antFilterCaseSensitive |
protected String |
antInclude |
protected String |
appendChars |
protected boolean |
autoCreate |
protected int |
bufferSize |
protected String |
charset |
protected GenericFileConfiguration |
configuration |
protected static int |
DEFAULT_IDEMPOTENT_CACHE_SIZE |
protected static int |
DEFAULT_IN_PROGRESS_CACHE_SIZE |
protected static String |
DEFAULT_STRATEGYFACTORY_CLASS |
protected boolean |
delete |
protected String |
doneFileName |
protected boolean |
eagerDeleteTargetFile |
protected boolean |
eagerMaxMessagesPerPoll |
protected String |
exclude |
protected GenericFileExclusiveReadLockStrategy<T> |
exclusiveReadLockStrategy |
protected GenericFileExist |
fileExist |
protected org.apache.camel.Expression |
fileName |
protected GenericFileFilter<T> |
filter |
protected org.apache.camel.Predicate |
filterDirectory |
protected org.apache.camel.Predicate |
filterFile |
protected boolean |
flatten |
protected Boolean |
idempotent |
protected org.apache.camel.Expression |
idempotentKey |
protected org.apache.camel.spi.IdempotentRepository |
idempotentRepository |
protected String |
include |
protected org.apache.camel.spi.IdempotentRepository |
inProgressRepository |
protected boolean |
jailStartingDirectory |
protected boolean |
keepLastModified |
protected String |
localWorkDirectory |
protected org.slf4j.Logger |
log |
protected int |
maxDepth |
protected int |
maxMessagesPerPoll |
protected int |
minDepth |
protected org.apache.camel.Expression |
move |
protected org.apache.camel.Expression |
moveExisting |
protected FileMoveExistingStrategy |
moveExistingFileStrategy |
protected org.apache.camel.Expression |
moveFailed |
protected boolean |
noop |
protected org.apache.camel.spi.ExceptionHandler |
onCompletionExceptionHandler |
protected org.apache.camel.Expression |
preMove |
protected boolean |
preSort |
protected GenericFileProcessStrategy<T> |
processStrategy |
protected String |
readLock |
protected long |
readLockCheckInterval |
protected boolean |
readLockDeleteOrphanLockFiles |
protected boolean |
readLockIdempotentReleaseAsync |
protected int |
readLockIdempotentReleaseAsyncPoolSize |
protected int |
readLockIdempotentReleaseDelay |
protected ScheduledExecutorService |
readLockIdempotentReleaseExecutorService |
protected org.apache.camel.LoggingLevel |
readLockLoggingLevel |
protected boolean |
readLockMarkerFile |
protected long |
readLockMinAge |
protected long |
readLockMinLength |
protected boolean |
readLockRemoveOnCommit |
protected boolean |
readLockRemoveOnRollback |
protected long |
readLockTimeout |
protected boolean |
recursive |
protected boolean |
shuffle |
protected Comparator<org.apache.camel.Exchange> |
sortBy |
protected Comparator<GenericFile<T>> |
sorter |
protected org.apache.camel.Expression |
tempFileName |
protected String |
tempPrefix |
Constructor and Description |
---|
GenericFileEndpoint() |
GenericFileEndpoint(String endpointUri,
org.apache.camel.Component component) |
Modifier and Type | Method and Description |
---|---|
void |
configureExchange(org.apache.camel.Exchange exchange)
Set up the exchange properties with the options of the file endpoint
|
void |
configureMessage(GenericFile<T> file,
org.apache.camel.Message message)
Configures the given message with the file which sets the body to the
file object.
|
protected String |
configureMoveOrPreMoveExpression(String expression)
Strategy to configure the move, preMove, or moveExisting option based on a String input.
|
abstract GenericFileConsumer<T> |
createConsumer(org.apache.camel.Processor processor) |
protected String |
createDoneFileName(String fileName)
Creates the associated name of the done file based on the given file name.
|
abstract org.apache.camel.Exchange |
createExchange(GenericFile<T> file) |
protected GenericFileProcessStrategy<T> |
createGenericFileStrategy()
A strategy method to lazily create the file strategy
|
abstract GenericFileProducer<T> |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
String |
getAntExclude() |
GenericFileFilter<T> |
getAntFilter() |
String |
getAntInclude() |
String |
getAppendChars() |
int |
getBufferSize() |
String |
getCharset() |
GenericFileConfiguration |
getConfiguration() |
String |
getDoneFileName() |
List<org.apache.camel.Exchange> |
getExchanges()
This implementation will not load the file content.
|
String |
getExclude() |
Pattern |
getExcludePattern() |
GenericFileExclusiveReadLockStrategy<T> |
getExclusiveReadLockStrategy() |
GenericFileExist |
getFileExist() |
org.apache.camel.Expression |
getFileName() |
abstract char |
getFileSeparator() |
GenericFileFilter<T> |
getFilter() |
org.apache.camel.Predicate |
getFilterDirectory() |
org.apache.camel.Predicate |
getFilterFile() |
String |
getGeneratedFileName(org.apache.camel.Message message)
Return the file name that will be auto-generated for the given message if
none is provided
|
Boolean |
getIdempotent() |
org.apache.camel.Expression |
getIdempotentKey() |
org.apache.camel.spi.IdempotentRepository |
getIdempotentRepository() |
String |
getInclude() |
Pattern |
getIncludePattern() |
org.apache.camel.spi.IdempotentRepository |
getInProgressRepository() |
String |
getLocalWorkDirectory() |
int |
getMaxDepth() |
int |
getMaxMessagesPerPoll() |
int |
getMinDepth() |
org.apache.camel.Expression |
getMove() |
org.apache.camel.Expression |
getMoveExisting() |
FileMoveExistingStrategy |
getMoveExistingFileStrategy() |
org.apache.camel.Expression |
getMoveFailed() |
org.apache.camel.spi.ExceptionHandler |
getOnCompletionExceptionHandler() |
protected Map<String,Object> |
getParamsAsMap() |
org.apache.camel.Expression |
getPreMove() |
GenericFileProcessStrategy<T> |
getProcessStrategy() |
String |
getReadLock() |
long |
getReadLockCheckInterval() |
int |
getReadLockIdempotentReleaseAsyncPoolSize() |
int |
getReadLockIdempotentReleaseDelay() |
ScheduledExecutorService |
getReadLockIdempotentReleaseExecutorService() |
org.apache.camel.LoggingLevel |
getReadLockLoggingLevel() |
long |
getReadLockMinAge() |
long |
getReadLockMinLength() |
long |
getReadLockTimeout() |
abstract String |
getScheme() |
Comparator<org.apache.camel.Exchange> |
getSortBy() |
Comparator<GenericFile<T>> |
getSorter() |
org.apache.camel.Expression |
getTempFileName() |
String |
getTempPrefix() |
abstract boolean |
isAbsolute(String name) |
boolean |
isAllowNullBody() |
boolean |
isAntFilterCaseSensitive() |
boolean |
isAutoCreate() |
boolean |
isDelete() |
protected boolean |
isDoneFile(String fileName)
Is the given file a done file?
This method should only be invoked if a done filename property has been set on this endpoint.
|
boolean |
isEagerDeleteTargetFile() |
boolean |
isEagerMaxMessagesPerPoll() |
boolean |
isFlatten() |
Boolean |
isIdempotent() |
protected boolean |
isIdempotentSet() |
boolean |
isJailStartingDirectory() |
boolean |
isKeepLastModified() |
boolean |
isNoop() |
boolean |
isPreSort() |
boolean |
isReadLockDeleteOrphanLockFiles() |
boolean |
isReadLockIdempotentReleaseAsync() |
boolean |
isReadLockMarkerFile() |
boolean |
isReadLockRemoveOnCommit() |
boolean |
isReadLockRemoveOnRollback() |
boolean |
isRecursive() |
boolean |
isShuffle() |
void |
setAllowNullBody(boolean allowNullBody)
Used to specify if a null body is allowed during file writing.
|
void |
setAntExclude(String antExclude)
Ant style filter exclusion.
|
void |
setAntFilterCaseSensitive(boolean antFilterCaseSensitive)
Sets case sensitive flag on ant filter
|
void |
setAntInclude(String antInclude)
Ant style filter inclusion.
|
void |
setAppendChars(String appendChars)
Used to append characters (text) after writing files.
|
void |
setAutoCreate(boolean autoCreate)
Automatically create missing directories in the file's pathname.
|
void |
setBufferSize(int bufferSize)
Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).
|
void |
setCharset(String charset)
This option is used to specify the encoding of the file.
|
void |
setConfiguration(GenericFileConfiguration configuration) |
void |
setDelete(boolean delete)
If true, the file will be deleted after it is processed successfully.
|
void |
setDoneFileName(String doneFileName)
Producer: If provided, then Camel will write a 2nd done file when the original file has been written.
|
void |
setEagerDeleteTargetFile(boolean eagerDeleteTargetFile)
Whether or not to eagerly delete any existing target file.
|
void |
setEagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is eager or not.
|
void |
setExclude(String exclude)
Is used to exclude files, if filename matches the regex pattern (matching is case in-senstive).
|
void |
setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T> exclusiveReadLockStrategy)
Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation.
|
void |
setFileExist(GenericFileExist fileExist)
What to do if a file already exists with the same name.
|
void |
setFileName(org.apache.camel.Expression fileName)
Use Expression such as File Language to dynamically set the filename.
|
void |
setFileName(String fileLanguageExpression) |
void |
setFilter(GenericFileFilter<T> filter)
Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.
|
void |
setFilterDirectory(org.apache.camel.Predicate filterDirectory)
Filters the directory based on Simple language.
|
void |
setFilterDirectory(String expression)
Filters the directory based on Simple language.
|
void |
setFilterFile(org.apache.camel.Predicate filterFile)
Filters the file based on Simple language.
|
void |
setFilterFile(String expression)
Filters the file based on Simple language.
|
void |
setFlatten(boolean flatten)
Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.
|
void |
setIdempotent(Boolean idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip already processed files.
|
void |
setIdempotentKey(org.apache.camel.Expression idempotentKey)
To use a custom idempotent key.
|
void |
setIdempotentKey(String expression) |
void |
setIdempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryMessageIdRepository
if none is specified and idempotent is true.
|
void |
setInclude(String include)
Is used to include files, if filename matches the regex pattern (matching is case in-sensitive).
|
void |
setInProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository)
A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.
|
void |
setJailStartingDirectory(boolean jailStartingDirectory)
Used for jailing (restricting) writing files to the starting directory (and sub) only.
|
void |
setKeepLastModified(boolean keepLastModified)
Will keep the last modified timestamp from the source file (if any).
|
void |
setLocalWorkDirectory(String localWorkDirectory)
When consuming, a local work directory can be used to store the remote file content directly in local files,
to avoid loading the content into memory.
|
void |
setMaxDepth(int maxDepth)
The maximum depth to traverse when recursively processing a directory.
|
void |
setMaxMessagesPerPoll(int maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
void |
setMinDepth(int minDepth)
The minimum depth to start processing when recursively processing a directory.
|
void |
setMove(org.apache.camel.Expression move)
Expression (such as Simple Language) used to dynamically set the filename when moving it after processing.
|
void |
setMove(String fileLanguageExpression) |
void |
setMoveExisting(org.apache.camel.Expression moveExisting)
Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.
|
void |
setMoveExisting(String fileLanguageExpression) |
void |
setMoveExistingFileStrategy(FileMoveExistingStrategy moveExistingFileStrategy)
Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.
|
void |
setMoveFailed(org.apache.camel.Expression moveFailed)
Sets the move failure expression based on Simple language.
|
void |
setMoveFailed(String fileLanguageExpression) |
void |
setNoop(boolean noop)
If true, the file is not moved or deleted in any way.
|
void |
setOnCompletionExceptionHandler(org.apache.camel.spi.ExceptionHandler onCompletionExceptionHandler)
To use a custom
ExceptionHandler to handle any thrown exceptions that happens
during the file on completion process where the consumer does either a commit or rollback. |
void |
setPreMove(org.apache.camel.Expression preMove)
Expression (such as File Language) used to dynamically set the filename when moving it before processing.
|
void |
setPreMove(String fileLanguageExpression) |
void |
setPreSort(boolean preSort)
When pre-sort is enabled then the consumer will sort the file and directory names during polling,
that was retrieved from the file system.
|
void |
setProcessStrategy(GenericFileProcessStrategy<T> processStrategy)
A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.
|
void |
setReadLock(String readLock)
Used by consumer, to only poll the files if it has exclusive read-lock on the file (i.e.
|
void |
setReadLockCheckInterval(long readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
void |
setReadLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
Whether or not read lock with marker files should upon startup delete any orphan read lock files, which may
have been left on the file system, if Camel was not properly shutdown (such as a JVM crash).
|
void |
setReadLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync)
Whether the delayed release task should be synchronous or asynchronous.
|
void |
setReadLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize)
The number of threads in the scheduled thread pool when using asynchronous release tasks.
|
void |
setReadLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay)
Whether to delay the release task for a period of millis.
|
void |
setReadLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService)
To use a custom and shared thread pool for asynchronous release tasks.
|
void |
setReadLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
void |
setReadLockMarkerFile(boolean readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive read lock types.
|
void |
setReadLockMinAge(long readLockMinAge)
This option is applied only for readLock=changed.
|
void |
setReadLockMinLength(long readLockMinLength)
This option is applied only for readLock=changed.
|
void |
setReadLockRemoveOnCommit(boolean readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
void |
setReadLockRemoveOnRollback(boolean readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
void |
setReadLockTimeout(long readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the read-lock.
|
void |
setRecursive(boolean recursive)
If a directory, will look for files in all the sub-directories as well.
|
void |
setShuffle(boolean shuffle)
To shuffle the list of files (sort in random order)
|
void |
setSortBy(Comparator<org.apache.camel.Exchange> sortBy)
Built-in sort by using the File Language.
|
void |
setSortBy(String expression) |
void |
setSortBy(String expression,
boolean reverse) |
void |
setSorter(Comparator<GenericFile<T>> sorter)
Pluggable sorter as a java.util.Comparator
|
void |
setTempFileName(org.apache.camel.Expression tempFileName)
The same as tempPrefix option but offering a more fine grained control on the naming of the temporary filename as it uses the File Language.
|
void |
setTempFileName(String tempFileNameExpression) |
void |
setTempPrefix(String tempPrefix)
This option is used to write the file using a temporary name and then, after the write is complete,
rename it to the real name.
|
configureConsumer, configureProperties, configureScheduledPollConsumerProperties, doConfigureConsumer, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDelay, getInitialDelay, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isGreedy, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRepeatCount, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelay
configurePollingConsumer, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
build, doBuild, doResume, doShutdown, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected static final String DEFAULT_STRATEGYFACTORY_CLASS
protected static final int DEFAULT_IDEMPOTENT_CACHE_SIZE
protected static final int DEFAULT_IN_PROGRESS_CACHE_SIZE
protected final org.slf4j.Logger log
@UriParam(label="advanced", defaultValue="true") protected boolean autoCreate
@UriParam(label="advanced", defaultValue="131072") protected int bufferSize
@UriParam protected String charset
@UriParam(javaType="java.lang.String") protected org.apache.camel.Expression fileName
@UriParam protected String doneFileName
@UriParam(label="producer") protected boolean flatten
@UriParam(label="producer", defaultValue="Override") protected GenericFileExist fileExist
@UriParam(label="producer") protected String tempPrefix
@UriParam(label="producer", javaType="java.lang.String") protected org.apache.camel.Expression tempFileName
@UriParam(label="producer,advanced", defaultValue="true") protected boolean eagerDeleteTargetFile
@UriParam(label="producer,advanced") protected boolean keepLastModified
@UriParam(label="producer,advanced") protected boolean allowNullBody
@UriParam(label="producer", defaultValue="true") protected boolean jailStartingDirectory
@UriParam(label="producer") protected String appendChars
@UriParam protected GenericFileConfiguration configuration
@UriParam(label="consumer,advanced") protected GenericFileProcessStrategy<T> processStrategy
@UriParam(label="consumer,advanced") protected org.apache.camel.spi.IdempotentRepository inProgressRepository
@UriParam(label="consumer,advanced") protected String localWorkDirectory
@UriParam(label="consumer") protected boolean noop
@UriParam(label="consumer") protected boolean recursive
@UriParam(label="consumer") protected boolean delete
@UriParam(label="consumer") protected boolean preSort
@UriParam(label="consumer,filter") protected int maxMessagesPerPoll
@UriParam(label="consumer,filter", defaultValue="true") protected boolean eagerMaxMessagesPerPoll
@UriParam(label="consumer,filter", defaultValue="2147483647") protected int maxDepth
@UriParam(label="consumer,filter") protected int minDepth
@UriParam(label="consumer,filter") protected String include
@UriParam(label="consumer,filter") protected String exclude
@UriParam(label="consumer,filter", javaType="java.lang.String") protected org.apache.camel.Expression move
@UriParam(label="consumer", javaType="java.lang.String") protected org.apache.camel.Expression moveFailed
@UriParam(label="consumer", javaType="java.lang.String") protected org.apache.camel.Expression preMove
@UriParam(label="producer", javaType="java.lang.String") protected org.apache.camel.Expression moveExisting
@UriParam(label="producer,advanced") protected FileMoveExistingStrategy moveExistingFileStrategy
@UriParam(label="consumer,filter", defaultValue="false") protected Boolean idempotent
@UriParam(label="consumer,filter", javaType="java.lang.String") protected org.apache.camel.Expression idempotentKey
@UriParam(label="consumer,filter") protected org.apache.camel.spi.IdempotentRepository idempotentRepository
@UriParam(label="consumer,filter") protected GenericFileFilter<T> filter
@UriParam(label="consumer,filter", javaType="java.lang.String") protected org.apache.camel.Predicate filterDirectory
@UriParam(label="consumer,filter", javaType="java.lang.String") protected org.apache.camel.Predicate filterFile
@UriParam(label="consumer,filter", defaultValue="true") protected boolean antFilterCaseSensitive
protected volatile AntPathMatcherGenericFileFilter<T> antFilter
@UriParam(label="consumer,filter") protected String antInclude
@UriParam(label="consumer,filter") protected String antExclude
@UriParam(label="consumer,sort") protected Comparator<GenericFile<T>> sorter
@UriParam(label="consumer,sort", javaType="java.lang.String") protected Comparator<org.apache.camel.Exchange> sortBy
@UriParam(label="consumer,sort") protected boolean shuffle
@UriParam(label="consumer,lock", defaultValue="none", enums="none,markerFile,fileLock,rename,changed,idempotent,idempotent-changed,idempotent-rename") protected String readLock
@UriParam(label="consumer,lock", defaultValue="1000") protected long readLockCheckInterval
@UriParam(label="consumer,lock", defaultValue="10000") protected long readLockTimeout
@UriParam(label="consumer,lock", defaultValue="true") protected boolean readLockMarkerFile
@UriParam(label="consumer,lock", defaultValue="true") protected boolean readLockDeleteOrphanLockFiles
@UriParam(label="consumer,lock", defaultValue="DEBUG") protected org.apache.camel.LoggingLevel readLockLoggingLevel
@UriParam(label="consumer,lock", defaultValue="1") protected long readLockMinLength
@UriParam(label="consumer,lock", defaultValue="0") protected long readLockMinAge
@UriParam(label="consumer,lock", defaultValue="true") protected boolean readLockRemoveOnRollback
@UriParam(label="consumer,lock") protected boolean readLockRemoveOnCommit
@UriParam(label="consumer,lock") protected int readLockIdempotentReleaseDelay
@UriParam(label="consumer,lock") protected boolean readLockIdempotentReleaseAsync
@UriParam(label="consumer,lock") protected int readLockIdempotentReleaseAsyncPoolSize
@UriParam(label="consumer,lock") protected ScheduledExecutorService readLockIdempotentReleaseExecutorService
@UriParam(label="consumer,lock") protected GenericFileExclusiveReadLockStrategy<T> exclusiveReadLockStrategy
@UriParam(label="consumer,advanced") protected org.apache.camel.spi.ExceptionHandler onCompletionExceptionHandler
public GenericFileEndpoint()
public GenericFileEndpoint(String endpointUri, org.apache.camel.Component component)
public abstract GenericFileConsumer<T> createConsumer(org.apache.camel.Processor processor) throws Exception
createConsumer
in interface org.apache.camel.Endpoint
Exception
public abstract GenericFileProducer<T> createProducer() throws Exception
createProducer
in interface org.apache.camel.Endpoint
Exception
public abstract org.apache.camel.Exchange createExchange(GenericFile<T> file)
public abstract String getScheme()
public abstract char getFileSeparator()
public abstract boolean isAbsolute(String name)
public String getGeneratedFileName(org.apache.camel.Message message)
public List<org.apache.camel.Exchange> getExchanges()
getExchanges
in interface org.apache.camel.spi.BrowsableEndpoint
protected GenericFileProcessStrategy<T> createGenericFileStrategy()
public boolean isNoop()
public void setNoop(boolean noop)
public boolean isRecursive()
public void setRecursive(boolean recursive)
public String getInclude()
public void setInclude(String include)
public Pattern getIncludePattern()
public String getExclude()
public void setExclude(String exclude)
public Pattern getExcludePattern()
public String getAntInclude()
public void setAntInclude(String antInclude)
public String getAntExclude()
public void setAntExclude(String antExclude)
public boolean isAntFilterCaseSensitive()
public void setAntFilterCaseSensitive(boolean antFilterCaseSensitive)
public GenericFileFilter<T> getAntFilter()
public boolean isPreSort()
public void setPreSort(boolean preSort)
public boolean isDelete()
public void setDelete(boolean delete)
public boolean isFlatten()
public void setFlatten(boolean flatten)
public org.apache.camel.Expression getMove()
public void setMove(org.apache.camel.Expression move)
public void setMove(String fileLanguageExpression)
setMove(org.apache.camel.Expression)
public org.apache.camel.Expression getMoveFailed()
public void setMoveFailed(org.apache.camel.Expression moveFailed)
public void setMoveFailed(String fileLanguageExpression)
public org.apache.camel.Predicate getFilterDirectory()
public void setFilterDirectory(org.apache.camel.Predicate filterDirectory)
public void setFilterDirectory(String expression)
setFilterDirectory(Predicate)
public org.apache.camel.Predicate getFilterFile()
public void setFilterFile(org.apache.camel.Predicate filterFile)
public void setFilterFile(String expression)
setFilterFile(Predicate)
public org.apache.camel.Expression getPreMove()
public void setPreMove(org.apache.camel.Expression preMove)
public void setPreMove(String fileLanguageExpression)
public org.apache.camel.Expression getMoveExisting()
public void setMoveExisting(org.apache.camel.Expression moveExisting)
public FileMoveExistingStrategy getMoveExistingFileStrategy()
public void setMoveExistingFileStrategy(FileMoveExistingStrategy moveExistingFileStrategy)
public void setMoveExisting(String fileLanguageExpression)
public org.apache.camel.Expression getFileName()
public void setFileName(org.apache.camel.Expression fileName)
public void setFileName(String fileLanguageExpression)
public String getDoneFileName()
public void setDoneFileName(String doneFileName)
public Boolean isIdempotent()
public String getCharset()
public void setCharset(String charset)
protected boolean isIdempotentSet()
public Boolean getIdempotent()
public void setIdempotent(Boolean idempotent)
public org.apache.camel.Expression getIdempotentKey()
public void setIdempotentKey(org.apache.camel.Expression idempotentKey)
public void setIdempotentKey(String expression)
public org.apache.camel.spi.IdempotentRepository getIdempotentRepository()
public void setIdempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
public GenericFileFilter<T> getFilter()
public void setFilter(GenericFileFilter<T> filter)
public Comparator<GenericFile<T>> getSorter()
public void setSorter(Comparator<GenericFile<T>> sorter)
public Comparator<org.apache.camel.Exchange> getSortBy()
public void setSortBy(Comparator<org.apache.camel.Exchange> sortBy)
public void setSortBy(String expression)
public void setSortBy(String expression, boolean reverse)
public boolean isShuffle()
public void setShuffle(boolean shuffle)
public String getTempPrefix()
public void setTempPrefix(String tempPrefix)
public org.apache.camel.Expression getTempFileName()
public void setTempFileName(org.apache.camel.Expression tempFileName)
public void setTempFileName(String tempFileNameExpression)
public boolean isEagerDeleteTargetFile()
public void setEagerDeleteTargetFile(boolean eagerDeleteTargetFile)
public GenericFileConfiguration getConfiguration()
public void setConfiguration(GenericFileConfiguration configuration)
public GenericFileExclusiveReadLockStrategy<T> getExclusiveReadLockStrategy()
public void setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T> exclusiveReadLockStrategy)
public String getReadLock()
public void setReadLock(String readLock)
public long getReadLockCheckInterval()
public void setReadLockCheckInterval(long readLockCheckInterval)
public long getReadLockTimeout()
public void setReadLockTimeout(long readLockTimeout)
public boolean isReadLockMarkerFile()
public void setReadLockMarkerFile(boolean readLockMarkerFile)
public boolean isReadLockDeleteOrphanLockFiles()
public void setReadLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
public org.apache.camel.LoggingLevel getReadLockLoggingLevel()
public void setReadLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
public long getReadLockMinLength()
public void setReadLockMinLength(long readLockMinLength)
public long getReadLockMinAge()
public void setReadLockMinAge(long readLockMinAge)
public boolean isReadLockRemoveOnRollback()
public void setReadLockRemoveOnRollback(boolean readLockRemoveOnRollback)
public boolean isReadLockRemoveOnCommit()
public void setReadLockRemoveOnCommit(boolean readLockRemoveOnCommit)
public int getReadLockIdempotentReleaseDelay()
public void setReadLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay)
public boolean isReadLockIdempotentReleaseAsync()
public void setReadLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync)
public int getReadLockIdempotentReleaseAsyncPoolSize()
public void setReadLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize)
public ScheduledExecutorService getReadLockIdempotentReleaseExecutorService()
public void setReadLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService)
public int getBufferSize()
public void setBufferSize(int bufferSize)
public GenericFileExist getFileExist()
public void setFileExist(GenericFileExist fileExist)
public boolean isAutoCreate()
public void setAutoCreate(boolean autoCreate)
public GenericFileProcessStrategy<T> getProcessStrategy()
public void setProcessStrategy(GenericFileProcessStrategy<T> processStrategy)
public String getLocalWorkDirectory()
public void setLocalWorkDirectory(String localWorkDirectory)
public int getMaxMessagesPerPoll()
public void setMaxMessagesPerPoll(int maxMessagesPerPoll)
public boolean isEagerMaxMessagesPerPoll()
public void setEagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
public int getMaxDepth()
public void setMaxDepth(int maxDepth)
public int getMinDepth()
public void setMinDepth(int minDepth)
public org.apache.camel.spi.IdempotentRepository getInProgressRepository()
public void setInProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository)
public boolean isKeepLastModified()
public void setKeepLastModified(boolean keepLastModified)
public boolean isAllowNullBody()
public void setAllowNullBody(boolean allowNullBody)
public boolean isJailStartingDirectory()
public void setJailStartingDirectory(boolean jailStartingDirectory)
public String getAppendChars()
public void setAppendChars(String appendChars)
public org.apache.camel.spi.ExceptionHandler getOnCompletionExceptionHandler()
public void setOnCompletionExceptionHandler(org.apache.camel.spi.ExceptionHandler onCompletionExceptionHandler)
ExceptionHandler
to handle any thrown exceptions that happens
during the file on completion process where the consumer does either a commit or rollback. The default
implementation will log any exception at WARN level and ignore.public void configureMessage(GenericFile<T> file, org.apache.camel.Message message)
public void configureExchange(org.apache.camel.Exchange exchange)
protected String configureMoveOrPreMoveExpression(String expression)
expression
- the original string inputprotected String createDoneFileName(String fileName)
fileName
- the file nameprotected boolean isDoneFile(String fileName)
fileName
- the file nameprotected void doStart() throws Exception
doStart
in class org.apache.camel.support.ScheduledPollEndpoint
Exception
Apache Camel