com.jcoverage.coverage.reporting.xml
Class Main

java.lang.Object
  extended bycom.jcoverage.coverage.reporting.xml.Main

public class Main
extends java.lang.Object


Field Summary
(package private)  int indent
           
(package private)  int indentRate
           
(package private) static org.apache.log4j.Logger logger
           
(package private)  java.io.PrintWriter pw
           
 
Constructor Summary
(package private) Main(java.io.InputStream serializedInstrumentation, java.io.PrintWriter pw, java.io.File sourceDirectory)
           
 
Method Summary
(package private)  void decreaseIndentation()
           
(package private)  void dump(java.util.Iterator entySetIterator)
           
(package private)  void dump(java.util.Map.Entry entry)
           
(package private)  void dump(java.lang.String className, Instrumentation instrumentation)
           
(package private)  void dumpMethods(Instrumentation instrumentation)
           
(package private)  java.lang.String getFileName(java.lang.String className, Instrumentation instrumentation)
           
(package private)  void increaseIndentation()
           
(package private)  void indent()
           
static void main(java.lang.String[] args)
           
(package private)  void println(java.lang.String ln)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static final org.apache.log4j.Logger logger

indentRate

final int indentRate
See Also:
Constant Field Values

pw

final java.io.PrintWriter pw

indent

int indent
Constructor Detail

Main

Main(java.io.InputStream serializedInstrumentation,
     java.io.PrintWriter pw,
     java.io.File sourceDirectory)
throws java.io.IOException,
       java.lang.ClassNotFoundException
Method Detail

increaseIndentation

void increaseIndentation()

decreaseIndentation

void decreaseIndentation()

indent

void indent()

println

void println(java.lang.String ln)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

dump

void dump(java.util.Iterator entySetIterator)

dump

void dump(java.util.Map.Entry entry)

getFileName

java.lang.String getFileName(java.lang.String className,
                             Instrumentation instrumentation)

dumpMethods

void dumpMethods(Instrumentation instrumentation)

dump

void dump(java.lang.String className,
          Instrumentation instrumentation)