Package org.apache.uima.tools.jcasgen
Interface IMerge
- All Known Implementing Classes:
MergerImpl
public interface IMerge
The Interface IMerge.
-
Method Summary
-
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 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.
-