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

java.lang.Object
  extended by org.apache.camel.component.file.strategy.FileStategySupport
      extended by org.apache.camel.component.file.strategy.NoOpFileStrategy
All Implemented Interfaces:
FileStrategy

public class NoOpFileStrategy
extends FileStategySupport

A simple strategy which just locks the file but does not modify it

Version:
$Revision: 1.1 $

Constructor Summary
NoOpFileStrategy()
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.file.strategy.FileStategySupport
begin, commit, isLockFile, setLockFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpFileStrategy

public NoOpFileStrategy()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.