Interface Summary |
Extension |
This is the parent interface for several Extension interfaces
that allow you to extend the capabilities of the DirXML driver
for Delimited Text. |
InputSorter |
This interface allows you to implement a class that will receive
notification of one or more new input files that the publisher
channel has found to process, and allow you to determine the order
in which the input files should be processed. |
InputSource |
When a class implementing this interface is defined and present,
the Delimited Text driver asks the class for new input files once
every polling period, rather than looking for them directly on
the local file system. |
PostProcessor |
The listener interface for receiving notification of new output files
created by the Delimited Text driver's subscriber channel. |
PreProcessor |
The listener interface for receiving notification of new input files
to process. |
Tracer |
An object implementing Tracer is passed to an Extension's init method
so that it can send messages to the DSTrace utility. |