br.com.oncast.dev.lobo.merge
Class MergingEngine

java.lang.Object
  extended by br.com.oncast.dev.lobo.merge.MergingEngine

public class MergingEngine
extends java.lang.Object

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

merge

public 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.

Parameters:
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.