public class IncrementalOscarMerger extends Object
| Constructor and Description |
|---|
IncrementalOscarMerger() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkReady()
Do all possible checks to ensure the process can safely start (and
complete).
|
void |
cleanup() |
void |
cleanup(boolean complete)
Clean the workspace.
|
String |
merge()
Perform the whole merge by: 1) checking preconditions (e.g.
|
void |
setDebug(Boolean debug) |
void |
setIntervalSize(Integer intervalSize) |
void |
setRemoveTmpFiles(Boolean removeTmpFiles) |
public String merge() throws Exception
Exceptionpublic void cleanup()
public void cleanup(boolean complete)
complete - set to true, remove all files and directory. Otherwise, keep the
directory and files that can be reused only.public void checkReady()
throws Exception
Exceptionpublic void setIntervalSize(Integer intervalSize)
public void setRemoveTmpFiles(Boolean removeTmpFiles)
public void setDebug(Boolean debug)
Copyright © 2019. All Rights Reserved.