Package org.apache.uima.jcas.jcasgenp
Class MergerImpl
java.lang.Object
org.apache.uima.jcas.jcasgenp.MergerImpl
- All Implemented Interfaces:
IMerge
The Class MergerImpl.
-
Constructor Summary
Constructors -
Method Summary
-
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:IMergeDo merge.- Specified by:
doMergein interfaceIMerge- Parameters:
jg- the jgprogressMonitor- the progress monitorsourceContents- the source contentstargetContainer- the target containertargetPath- the target pathtargetClassName- the target class nametargetFile- the target file- Throws:
IOException- Signals that an I/O exception has occurred.
-