public interface IMerge
| Modifier and Type | Method and Description |
|---|---|
void |
doMerge(Jg jg,
IProgressMonitor progressMonitor,
String sourceContents,
String targetContainer,
String targetPath,
String targetClassName,
File targetFile)
Do merge.
|
void doMerge(Jg jg, IProgressMonitor progressMonitor, String sourceContents, String targetContainer, String targetPath, String targetClassName, File targetFile) throws IOException
jg - the jgprogressMonitor - the progress monitorsourceContents - the source contentstargetContainer - the target containertargetPath - the target pathtargetClassName - the target class nametargetFile - the target fileIOException - Signals that an I/O exception has occurred.Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.