org.jcoderz.phoenix.jcoverage
Class Instrumenter

java.lang.Object
  extended by org.jcoderz.phoenix.jcoverage.Instrumenter

public final class Instrumenter
extends Object

Author:
Michael Griffel

Constructor Summary
Instrumenter(org.jcoderz.phoenix.jcoverage.Instrumenter.ConfigurationParameters config)
          Constructor.
 
Method Summary
 void instrument()
          Run JCoverage instrumentation on the archive file.
 void instrument(File f)
          Run JCoverage instrumentation on file f.
static void main(String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instrumenter

public Instrumenter(org.jcoderz.phoenix.jcoverage.Instrumenter.ConfigurationParameters config)
Constructor.

Parameters:
config - the configuration parameters.
Method Detail

main

public static void main(String[] args)
                 throws Exception
Main method.

Parameters:
args - command line arguments.
Throws:
Exception

instrument

public void instrument()
                throws IOException
Run JCoverage instrumentation on the archive file.

Throws:
IOException - in case of an I/O error.

instrument

public void instrument(File f)
                throws IOException
Run JCoverage instrumentation on file f.

Parameters:
f - file to instrument.
Throws:
IOException - in case of an I/O error.


Copyright 2007 The jCoderZ Project.