Uses of Package
org.apache.camel.component.file

Packages that use org.apache.camel.component.file
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.file.strategy Strategies for the File Component. 
 

Classes in org.apache.camel.component.file used by org.apache.camel.component.file
AntPathMatcherGenericFileFilter
          File filter using AntPathMatcher.
FileConsumer
          File consumer.
FileEndpoint
          File endpoint.
GenericFile
          Generic File.
GenericFileBinding
          Binding between the generic file and the body content.
GenericFileComponent
          Base class file component.
GenericFileConfiguration
           
GenericFileConsumer
          Base class for file consumers.
GenericFileEndpoint
          Base class for file endpoints
GenericFileExclusiveReadLockStrategy
          Strategy for acquiring exclusive read locks for files to be consumed.
GenericFileExist
          Represent the kinds of options when writing a file and what to do in case of an existing file exists.
GenericFileFilter
          A filter for GenericFile.
GenericFileMessage
          Generic file message
GenericFileOperationFailedException
          Exception thrown in case of last file operation failed.
GenericFileOperations
           
GenericFileProcessStrategy
          Represents a pluggable strategy when processing files.
GenericFileProducer
          Generic file producer
 

Classes in org.apache.camel.component.file used by org.apache.camel.component.file.strategy
GenericFile
          Generic File.
GenericFileEndpoint
          Base class for file endpoints
GenericFileExclusiveReadLockStrategy
          Strategy for acquiring exclusive read locks for files to be consumed.
GenericFileOperations
           
GenericFileProcessStrategy
          Represents a pluggable strategy when processing files.
 



Apache CAMEL