org.apache.camel.component.file.strategy
Class NoOpFileProcessStrategy

java.lang.Object
  extended by org.apache.camel.component.file.strategy.FileProcessStrategySupport
      extended by org.apache.camel.component.file.strategy.NoOpFileProcessStrategy
All Implemented Interfaces:
FileProcessStrategy

public class NoOpFileProcessStrategy
extends FileProcessStrategySupport

A simple strategy which does not move or delete the processed files in any way.

Version:
$Revision: 660102 $

Field Summary
 
Fields inherited from class org.apache.camel.component.file.strategy.FileProcessStrategySupport
DEFAULT_LOCK_FILE_POSTFIX
 
Constructor Summary
NoOpFileProcessStrategy()
           
NoOpFileProcessStrategy(boolean isLock)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.file.strategy.FileProcessStrategySupport
begin, commit, getLockFileRenamer, isLockFile, setLockFile, setLockFileRenamer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpFileProcessStrategy

public NoOpFileProcessStrategy()

NoOpFileProcessStrategy

public NoOpFileProcessStrategy(boolean isLock)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.