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

java.lang.Object
  extended by org.apache.camel.component.file.strategy.FileProcessStrategyFactory

public final class FileProcessStrategyFactory
extends Object


Method Summary
static FileProcessStrategy createFileProcessStrategy(boolean isNoop, boolean isDelete, boolean isLock, String moveNamePrefix, String moveNamePostfix)
          A strategy method to lazily create the file strategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFileProcessStrategy

public static FileProcessStrategy createFileProcessStrategy(boolean isNoop,
                                                            boolean isDelete,
                                                            boolean isLock,
                                                            String moveNamePrefix,
                                                            String moveNamePostfix)
A strategy method to lazily create the file strategy



Copyright © 2008 Apache Software Foundation. All Rights Reserved.