Class MergerImpl

java.lang.Object
org.apache.uima.jcas.jcasgenp.MergerImpl
All Implemented Interfaces:
IMerge

public class MergerImpl extends Object implements IMerge
The Class MergerImpl.
  • Constructor Details

    • MergerImpl

      public MergerImpl()
  • Method Details

    • doMerge

      public void doMerge(Jg jg, IProgressMonitor progressMonitor, String sourceContents, String targetContainer, String targetPath, String targetClassName, File targetFile) throws IOException
      Description copied from interface: IMerge
      Do merge.
      Specified by:
      doMerge in interface IMerge
      Parameters:
      jg - the jg
      progressMonitor - the progress monitor
      sourceContents - the source contents
      targetContainer - the target container
      targetPath - the target path
      targetClassName - the target class name
      targetFile - the target file
      Throws:
      IOException - Signals that an I/O exception has occurred.