com.jcoverage.coverage.reporting.xml
Class Main
java.lang.Object
com.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 |
Main(java.io.InputStream serializedInstrumentation,
java.io.PrintWriter pw,
java.io.File sourceDirectory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Main
Main(java.io.InputStream serializedInstrumentation,
java.io.PrintWriter pw,
java.io.File sourceDirectory)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
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)