- secretPropertyNames() - Method in class org.apache.camel.component.file.FileEndpointUriFactory
-
- setAbsolute(boolean) - Method in class org.apache.camel.component.file.GenericFile
-
- setAbsoluteFilePath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setAcquireLockDelay(long) - Method in class org.apache.camel.component.file.cluster.FileLockClusterService
-
The time to wait before starting to try to acquire lock, default 1.
- setAcquireLockDelay(long, TimeUnit) - Method in class org.apache.camel.component.file.cluster.FileLockClusterService
-
- setAcquireLockDelayUnit(TimeUnit) - Method in class org.apache.camel.component.file.cluster.FileLockClusterService
-
The time unit fo the acquireLockDelay, default to TimeUnit.SECONDS.
- setAcquireLockInterval(long) - Method in class org.apache.camel.component.file.cluster.FileLockClusterService
-
The time to wait between attempts to try to acquire lock, default 10.
- setAcquireLockInterval(long, TimeUnit) - Method in class org.apache.camel.component.file.cluster.FileLockClusterService
-
- setAcquireLockIntervalUnit(TimeUnit) - Method in class org.apache.camel.component.file.cluster.FileLockClusterService
-
The time unit fo the acquireLockInterva, default to TimeUnit.SECONDS.
- setAllowNullBody(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Used to specify if a null body is allowed during file writing.
- setAntExclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Ant style filter exclusion.
- setAntFilterCaseSensitive(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Sets case sensitive flag on ant filter
- setAntInclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Ant style filter inclusion.
- setAppendChars(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Used to append characters (text) after writing files.
- setAutoCreate(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Automatically create missing directories in the file's pathname.
- setBeginRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileDeleteProcessStrategy
-
- setBeginRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy
-
- setBinding(GenericFileBinding<T>) - Method in class org.apache.camel.component.file.GenericFile
-
- setBody(GenericFile<File>, Object) - Method in class org.apache.camel.component.file.FileBinding
-
- setBody(Object) - Method in class org.apache.camel.component.file.GenericFile
-
- setBody(GenericFile<T>, Object) - Method in interface org.apache.camel.component.file.GenericFileBinding
-
Sets the body from the given file
- setBody(GenericFile<T>, Object) - Method in class org.apache.camel.component.file.GenericFileDefaultBinding
-
- setBufferSize(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.GenericFileConverterLoader
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.file.strategy.GenericFileProcessStrategySupport
-
- setCaseSensitive(boolean) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
Sets Whether or not pattern matching should be case sensitive
Is by default turned on
true.
- setCaseSensitive(boolean) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
- setCharset(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setCharset(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option is used to specify the encoding of the file.
- setCheckInterval(long) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets the check interval period.
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.FileLockExclusiveReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setCheckInterval(long) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setChmod(String) - Method in class org.apache.camel.component.file.FileEndpoint
-
Specify the file permissions which is sent by the producer, the chmod value must be between 000 and 777; If there
is a leading digit like in 0755 we will ignore it.
- setChmodDirectory(String) - Method in class org.apache.camel.component.file.FileEndpoint
-
Specify the directory permissions used when the producer creates missing directories, the chmod value must be
between 000 and 777; If there is a leading digit like in 0755 we will ignore it.
- setCommitRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy
-
- setConfiguration(GenericFileConfiguration) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setCopyAndDeleteOnRenameFail(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether to fallback and do a copy and delete file, in case the file could not be renamed directly.
- setCopyFromAbsoluteFilePath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setCustomProcessor(Processor) - Method in class org.apache.camel.component.file.GenericFileConsumer
-
Use a custom processor to process the exchange.
- setDelete(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
If true, the file will be deleted after it is processed successfully.
- setDeleteOrphanLockFiles(boolean) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets whether orphan marker files should be deleted upon startup
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setDirectory(boolean) - Method in class org.apache.camel.component.file.GenericFile
-
- setDirectory(String) - Method in class org.apache.camel.component.file.GenericFileConfiguration
-
- setDirectoryMustExist(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Similar to the startingDirectoryMustExist option but this applies during polling (after starting the consumer).
- setDoneFileName(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Producer: If provided, then Camel will write a 2nd done file when the original file has been written.
- setEagerDeleteTargetFile(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether or not to eagerly delete any existing target file.
- setEagerLimitMaxMessagesPerPoll(boolean) - Method in class org.apache.camel.component.file.GenericFileConsumer
-
- setEagerMaxMessagesPerPoll(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Allows for controlling whether the limit from maxMessagesPerPoll is eager or not.
- setEndpoint(GenericFileEndpoint<File>) - Method in class org.apache.camel.component.file.FileOperations
-
- setEndpoint(GenericFileEndpoint<T>) - Method in interface org.apache.camel.component.file.GenericFileOperations
-
Sets the endpoint as some implementations need access to the endpoint and how its configured.
- setEndpointPath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.component.file.GenericFileOnCompletion
-
- setExclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Is used to exclude files, if filename matches the regex pattern (matching is case in-senstive).
- setExcludeExt(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Is used to exclude files matching file extension name (case insensitive).
- setExcludes(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
- setExcludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
Sets excludes using a single string where each element can be separated with comma
- setExcludes(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
- setExcludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
Sets excludes using a single string where each element can be separated with comma
- setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation.
- setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileProcessStrategySupport
-
- setExpression(Expression) - Method in class org.apache.camel.component.file.strategy.GenericFileExpressionRenamer
-
- setExtendedAttributes(String) - Method in class org.apache.camel.component.file.FileEndpoint
-
To define which file attributes of interest.
- setExtendedAttributes(Map<String, Object>) - Method in class org.apache.camel.component.file.GenericFile
-
- setFailureRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileDeleteProcessStrategy
-
- setFailureRenamer(GenericFileRenamer<T>) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy
-
- setFile(File) - Method in class org.apache.camel.component.file.FileEndpoint
-
The starting directory
- setFile(T) - Method in class org.apache.camel.component.file.GenericFile
-
- setFileExist(GenericFileExist) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
What to do if a file already exists with the same name.
- setFileLength(long) - Method in class org.apache.camel.component.file.GenericFile
-
- setFileName(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setFileName(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Use Expression such as File Language to dynamically set the filename.
- setFileName(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setFileNameOnly(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setFilter(GenericFileFilter<T>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.
- setFilterDirectory(Predicate) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the directory based on Simple language.
- setFilterDirectory(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the directory based on Simple language.
- setFilterFile(Predicate) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the file based on Simple language.
- setFilterFile(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Filters the file based on Simple language.
- setFlatten(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.
- setForceWrites(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether to force syncing writes to the file system.
- setGenericFile(GenericFile<T>) - Method in class org.apache.camel.component.file.GenericFileMessage
-
- setIdempotent(Boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Option to use the Idempotent Consumer EIP pattern to let Camel skip already processed files.
- setIdempotentKey(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To use a custom idempotent key.
- setIdempotentKey(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setIdempotentRepository(IdempotentRepository) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository
if none is specified and idempotent is true.
- setIdempotentRepository(IdempotentRepository) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
The idempotent repository to use as the store for the read locks.
- setIdempotentRepository(IdempotentRepository) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
The idempotent repository to use as the store for the read locks.
- setIdempotentRepository(IdempotentRepository) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
The idempotent repository to use as the store for the read locks.
- setInclude(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Is used to include files, if filename matches the regex pattern (matching is case in-sensitive).
- setIncludeExt(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Is used to include files matching file extension name (case insensitive).
- setIncludes(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
- setIncludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherFileFilter
-
Sets includes using a single string where each element can be separated with comma
- setIncludes(String[]) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
- setIncludes(String) - Method in class org.apache.camel.component.file.AntPathMatcherGenericFileFilter
-
Sets includes using a single string where each element can be separated with comma
- setInProgressRepository(IdempotentRepository) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.
- setJailStartingDirectory(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Used for jailing (restricting) writing files to the starting directory (and sub) only.
- setKeepLastModified(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Will keep the last modified timestamp from the source file (if any).
- setLastModified(long) - Method in class org.apache.camel.component.file.GenericFile
-
- setLastOffset(Long) - Method in class org.apache.camel.component.file.GenericFile
-
- setLocalWorkDirectory(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
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.
- setMarkerFiler(boolean) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets whether marker file should be used or not.
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.FileRenameExclusiveReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setMaxDepth(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
The maximum depth to traverse when recursively processing a directory.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To define a maximum messages to gather per poll.
- setMinAge(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setMinAge(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setMinDepth(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
The minimum depth to start processing when recursively processing a directory.
- setMinLength(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setMinLength(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setMove(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Expression (such as Simple Language) used to dynamically set the filename when moving it after processing.
- setMove(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setMoveExisting(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.
- setMoveExisting(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setMoveExistingFileStrategy(FileMoveExistingStrategy) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.
- setMoveFailed(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Sets the move failure expression based on Simple language.
- setMoveFailed(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setNoop(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
If true, the file is not moved or deleted in any way.
- setOnCompletionExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
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.
- setOperations(GenericFileOperations<T>) - Method in class org.apache.camel.component.file.GenericFileConsumer
-
Sets the operations to be used.
- setOperations(GenericFileOperations<T>) - Method in class org.apache.camel.component.file.GenericFileProducer
-
Sets the operations to be used.
- setPreMove(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Expression (such as File Language) used to dynamically set the filename when moving it before processing.
- setPreMove(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setPreSort(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
When pre-sort is enabled then the consumer will sort the file and directory names during polling, that was
retrieved from the file system.
- setProbeContentType(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether to enable probing of the content type.
- setProcessStrategy(GenericFileProcessStrategy<T>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own
readLock option or similar.
- setReadLock(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Used by consumer, to only poll the files if it has exclusive read-lock on the file (i.e.
- setReadLockCheckInterval(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Interval in millis for the read-lock, if supported by the read lock.
- setReadLockDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
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).
- setReadLockIdempotentReleaseAsync(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether the delayed release task should be synchronous or asynchronous.
- setReadLockIdempotentReleaseAsync(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
Whether the delayed release task should be synchronous or asynchronous.
- setReadLockIdempotentReleaseAsync(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
Whether the delayed release task should be synchronous or asynchronous.
- setReadLockIdempotentReleaseAsyncPoolSize(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
The number of threads in the scheduled thread pool when using asynchronous release tasks.
- setReadLockIdempotentReleaseAsyncPoolSize(int) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
The number of threads in the scheduled thread pool when using asynchronous release tasks.
- setReadLockIdempotentReleaseAsyncPoolSize(int) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
The number of threads in the scheduled thread pool when using asynchronous release tasks.
- setReadLockIdempotentReleaseDelay(int) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether to delay the release task for a period of millis.
- setReadLockIdempotentReleaseDelay(int) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
Whether to delay the release task for a period of millis.
- setReadLockIdempotentReleaseDelay(int) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
Whether to delay the release task for a period of millis.
- setReadLockIdempotentReleaseExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To use a custom and shared thread pool for asynchronous release tasks.
- setReadLockIdempotentReleaseExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
To use a custom and shared thread pool for asynchronous release tasks.
- setReadLockIdempotentReleaseExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
To use a custom and shared thread pool for asynchronous release tasks.
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Logging level used when a read lock could not be acquired.
- setReadLockLoggingLevel(LoggingLevel) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets logging level used when a read lock could not be acquired.
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.FileLockExclusiveReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- setReadLockMarkerFile(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Whether to use marker file with the changed, rename, or exclusive read lock types.
- setReadLockMinAge(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option is applied only for readLock=changed.
- setReadLockMinLength(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option is applied only for readLock=changed.
- setReadLockRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option is applied only for readLock=idempotent.
- setReadLockRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
This option is applied only for readLock=idempotent.
- setReadLockTimeout(long) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Optional timeout in millis for the read-lock, if supported by the read-lock.
- setRecursive(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
If a directory, will look for files in all the sub-directories as well.
- setRelativeFilePath(String) - Method in class org.apache.camel.component.file.GenericFile
-
- setRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a commit.
- setRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a commit.
- setRemoveOnCommit(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a commit.
- setRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a rollback.
- setRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a rollback.
- setRemoveOnRollback(boolean) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
Whether to remove the file from the idempotent repository when doing a rollback.
- setRenameUsingCopy(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Perform rename operations using a copy and delete strategy.
- setResumeStrategy(FileConsumerResumeStrategy) - Method in class org.apache.camel.component.file.FileEndpoint
-
Set a resume strategy for files.
- setRoot(String) - Method in class org.apache.camel.component.file.cluster.FileLockClusterService
-
Sets the root path.
- setShuffle(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
To shuffle the list of files (sort in random order)
- setSortBy(Comparator<Exchange>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Built-in sort by using the File Language.
- setSortBy(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setSortBy(String, boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setSorter(Comparator<GenericFile<T>>) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
Pluggable sorter as a java.util.Comparator class.
- setStartingDirectoryMustExist(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether the starting directory must exist.
- setStartingDirectoryMustHaveAccess(boolean) - Method in class org.apache.camel.component.file.FileEndpoint
-
Whether the starting directory has access permissions.
- setSynchronous(boolean) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setTempFileName(Expression) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
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.
- setTempFileName(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
- setTempPrefix(String) - Method in class org.apache.camel.component.file.GenericFileEndpoint
-
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.
- setTimeout(long) - Method in interface org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Sets an optional timeout period.
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentChangedRepositoryReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRenameRepositoryReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileIdempotentRepositoryReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.FileLockExclusiveReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.GenericFileRenameExclusiveReadLockStrategy
-
- setTimeout(long) - Method in class org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
- shuffle - Variable in class org.apache.camel.component.file.GenericFileEndpoint
-
- shutdownRunningTask - Variable in class org.apache.camel.component.file.GenericFileConsumer
-
- sortBy - Variable in class org.apache.camel.component.file.GenericFileEndpoint
-
- sortByFileLanguage(CamelContext, String, boolean) - Static method in class org.apache.camel.component.file.GenericFileDefaultSorter
-
Returns a new sory by file language expression
- sortByFileLanguage(CamelContext, String, boolean, boolean) - Static method in class org.apache.camel.component.file.GenericFileDefaultSorter
-
Returns a new sory by file language expression
- sortByFileLanguage(CamelContext, String, boolean, boolean, Comparator<Exchange>) - Static method in class org.apache.camel.component.file.GenericFileDefaultSorter
-
Returns a new sort by file language expression
- sorter - Variable in class org.apache.camel.component.file.GenericFileEndpoint
-
- storeFile(String, Exchange, long) - Method in class org.apache.camel.component.file.FileOperations
-
- storeFile(String, Exchange, long) - Method in interface org.apache.camel.component.file.GenericFileOperations
-
Stores the content as a new remote file (upload)