Uses of Package
org.apache.camel.component.file.strategy
-
Packages that use org.apache.camel.component.file.strategy Package Description org.apache.camel.component.file The File Component for working with file systems.org.apache.camel.component.file.strategy Strategies for the File Component. -
Classes in org.apache.camel.component.file.strategy used by org.apache.camel.component.file Class Description FileMoveExistingStrategy This is the interface to be implemented when a custom implementation needs to be provided in case of fileExists=Move is in use while moving any existing file in producer endpoints. -
Classes in org.apache.camel.component.file.strategy used by org.apache.camel.component.file.strategy Class Description GenericFileProcessStrategySupport Base class for implementations ofGenericFileProcessStrategy.GenericFileRenameExclusiveReadLockStrategy Acquires exclusive read lock to the given file.GenericFileRenamer Used for renaming files.MarkerFileExclusiveReadLockStrategy Acquires read lock to the given file using a marker file so other Camel consumers wont acquire the same file.