Uses of Interface
org.apache.camel.component.file.strategy.FileMoveExistingStrategy
-
Packages that use FileMoveExistingStrategy Package Description org.apache.camel.component.file The File Component for working with file systems. -
-
Uses of FileMoveExistingStrategy in org.apache.camel.component.file
Classes in org.apache.camel.component.file that implement FileMoveExistingStrategy Modifier and Type Class Description classGenericFileDefaultMoveExistingFileStrategyFields in org.apache.camel.component.file declared as FileMoveExistingStrategy Modifier and Type Field Description protected FileMoveExistingStrategyGenericFileEndpoint. moveExistingFileStrategyMethods in org.apache.camel.component.file that return FileMoveExistingStrategy Modifier and Type Method Description FileMoveExistingStrategyGenericFileEndpoint. getMoveExistingFileStrategy()Methods in org.apache.camel.component.file with parameters of type FileMoveExistingStrategy Modifier and Type Method Description voidGenericFileEndpoint. setMoveExistingFileStrategy(FileMoveExistingStrategy moveExistingFileStrategy)Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.
-