net.sourceforge.cobertura.merge
Class Main

java.lang.Object
  extended bynet.sourceforge.cobertura.coverage.InstrumentationPersistence
      extended bynet.sourceforge.cobertura.merge.Main
All Implemented Interfaces:
HasBeenInstrumented

public class Main
extends InstrumentationPersistence


Field Summary
private static org.apache.log4j.Logger logger
           
 
Fields inherited from class net.sourceforge.cobertura.coverage.InstrumentationPersistence
FILE_NAME
 
Constructor Summary
Main(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class net.sourceforge.cobertura.coverage.InstrumentationPersistence
getInstrumentation, keySet, loadInstrumentation, loadInstrumentation, merge, saveInstrumentation, saveInstrumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final org.apache.log4j.Logger logger
Constructor Detail

Main

public Main(java.lang.String[] args)
Method Detail

main

public static void main(java.lang.String[] args)