Package com.deltaxml.mergecommon
package com.deltaxml.mergecommon
This package is used to define the interfaces and classes that are common to all of the merge products.
This allows the use of Generics in our code and saves code duplication. For the user of a single 'Merge' product the existence of this interface should have little or no impact. However, users of multiple products perhaps supporting different document formats, could make use of this interface to simplify their code.
-
ClassDescriptionIndicates that inputs have different Doctype statements.Indicates that inputs have different Doctype statements.A common interface for sequential merge classes.A common interface for concurrent merge classes.Interface for listeners to monitor the progress of the merge stages.Reports merge progress to System.err using textual messages.