org.apache.camel.component.file
Class GenericFileConfiguration

java.lang.Object
  extended by org.apache.camel.component.file.GenericFileConfiguration

public class GenericFileConfiguration
extends Object


Field Summary
protected  String directory
           
 
Constructor Summary
GenericFileConfiguration()
           
 
Method Summary
 void configure(URI uri)
           
 String getDirectory()
           
 boolean needToNormalize()
           
 void setDirectory(String directory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

directory

protected String directory
Constructor Detail

GenericFileConfiguration

public GenericFileConfiguration()
Method Detail

needToNormalize

public boolean needToNormalize()

configure

public void configure(URI uri)

getDirectory

public String getDirectory()

setDirectory

public void setDirectory(String directory)

toString

public String toString()
Overrides:
toString in class Object


Apache CAMEL