Package org.apache.uima.tools.jcasgen
Interface IMerge
-
public interface IMerge
The Interface IMerge.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doMerge(Jg jg, IProgressMonitor progressMonitor, java.lang.String sourceContents, java.lang.String targetContainer, java.lang.String targetPath, java.lang.String targetClassName, java.io.File targetFile)
Do merge.
-
-
-
Method Detail
-
doMerge
void doMerge(Jg jg, IProgressMonitor progressMonitor, java.lang.String sourceContents, java.lang.String targetContainer, java.lang.String targetPath, java.lang.String targetClassName, java.io.File targetFile) throws java.io.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:
java.io.IOException
- Signals that an I/O exception has occurred.
-
-