|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.com.oncast.dev.lobo.merge.MergingEngine
public class MergingEngine
Engine to merge merge file xmls and profiler result file xmls into a merge file xmls that unifies both.
| Method Summary | |
|---|---|
static void |
merge(java.lang.String buildName,
java.io.File output,
java.io.File profilerSource,
java.io.File mergeSource)
Merges the given profilerSource and mergeSource into the output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void merge(java.lang.String buildName,
java.io.File output,
java.io.File profilerSource,
java.io.File mergeSource)
profilerSource and mergeSource into the output.
buildName - the build identifier.output - the output file to store the results of the merge.profilerSource - the profiler to be merged.mergeSource - the merge source. null to start from scratch.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||