Interface IMerge

All Known Implementing Classes:
MergerImpl

public interface IMerge
The Interface IMerge.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doMerge(Jg jg, IProgressMonitor progressMonitor, String sourceContents, String targetContainer, String targetPath, String targetClassName, File targetFile)
    Do merge.
  • Method Details

    • doMerge

      void doMerge(Jg jg, IProgressMonitor progressMonitor, String sourceContents, String targetContainer, String targetPath, String targetClassName, File targetFile) throws IOException
      Do merge.
      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.