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.
|
static void |
main(String[] args) |
String |
merge()
Perform the whole merge by: 1) checking preconditions (e.g.
|
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 static void main(String[] args)
Copyright © 2017. All Rights Reserved.