Uses of Interface
org.apache.camel.component.file.strategy.FileMoveExistingStrategy
Packages that use FileMoveExistingStrategy
-
Uses of FileMoveExistingStrategy in org.apache.camel.component.file
Classes in org.apache.camel.component.file that implement FileMoveExistingStrategyFields in org.apache.camel.component.file declared as FileMoveExistingStrategyModifier and TypeFieldDescriptionprotected FileMoveExistingStrategy
GenericFileEndpoint.moveExistingFileStrategy
Methods in org.apache.camel.component.file that return FileMoveExistingStrategyMethods in org.apache.camel.component.file with parameters of type FileMoveExistingStrategyModifier and TypeMethodDescriptionvoid
GenericFileEndpoint.setMoveExistingFileStrategy
(FileMoveExistingStrategy moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.