|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FilenameParser | FilenameParser is a simple expression parser interface for
processing filenames |
Class Summary | |
---|---|
FileConnector | FileConnector is used for setting up listeners on a directory and
for writing files to a directory. |
FileContentsMessageAdapter | FileContentsMessageAdapter provides a wrapper for file data. |
FileEndpointBuilder | FileEndpointBuilder File uris need some special processing because
the uri path can be any length, and the default resolver relies on a particular
path format. |
FileMessageAdapter | FileMessageAdapter provides a wrapper for a file reference. |
FileMessageDispatcher | FileMessageDispatcher is used to read/write files to the filesystem |
FileMessageDispatcherFactory | FileMessageDispatcherFactory creaes a dispatcher responsible for
writing files to disk |
FileMessageReceiver | FileMessageReceiver is a polling listener that reads files from a
directory. |
SimpleFilenameParser | SimpleFilenameParser understands a limited set of tokens, namely
${DATE} : the currrent date in the format dd-MM-yy_HH-mm-ss.SS
${DATE:yy-MM-dd} : the current date using the specified format
${SYSTIME} : The current system time milliseconds
${UUID} : A generated Universally unique id
${ORIGINALNAME} : The origial file name if the file being written was read
from another location
${COUNT} : An incremental counter
${ |
Provides file transport in the form of a directory listeners and file dispatchers.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |