|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.jcoverage.Instrumenter
public final class Instrumenter
| 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 |
|---|
public Instrumenter(org.jcoderz.phoenix.jcoverage.Instrumenter.ConfigurationParameters config)
config - the configuration parameters.| Method Detail |
|---|
public static void main(String[] args)
throws Exception
args - command line arguments.
Exception
public void instrument()
throws IOException
IOException - in case of an I/O error.
public void instrument(File f)
throws IOException
f.
f - file to instrument.
IOException - in case of an I/O error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||