Package edu.ucsb.ccs.jcontractor.extras

This package provides a few extra programs and classes that go along with jContractor.

See:
          Description

Class Summary
jContractorTask Ant task definition for jContractor.
jInstrumentTask Ant task definition for jInstrument.
PackageLevelInstrumentationFilterType A type for Ant that wraps PackageLevelInstrumentationFilter.
 

Package edu.ucsb.ccs.jcontractor.extras Description

This package provides a few extra programs and classes that go along with jContractor. The classes in this package are optional extras, they are not a core part of the system.

Currently, this package holds only two task definitions for the Ant build tool (http://jakarta.apache.org/ant/). jInstrumentTask defines a task to invoke jInstrument on a directory of class files, and jContractorTask defines a task to invoke jContractor to run a program. These tasks allow programmers to invoke jInstrument and jContractor from Ant build files. The jInstrument task is particularly useful, because it allows you to instrument an entire directory of class files in one fell swoop, whereas jInstrument itself requires that each class be listed on the command line.