edu.rice.cs.cunit
Class TCFileInstrumentor.TCTool

java.lang.Object
  extended by edu.rice.cs.cunit.FileInstrumentor.Tool
      extended by edu.rice.cs.cunit.TCFileInstrumentor.TCTool
Enclosing class:
TCFileInstrumentor

public static class TCFileInstrumentor.TCTool
extends FileInstrumentor.Tool

Class to perform the command line utility tasks.


Field Summary
 
Fields inherited from class edu.rice.cs.cunit.FileInstrumentor.Tool
_createBackups, _cunitFilters, _cunitRtJarName, _destRtJarName, _instrumentorClassName, _instrumentRt, _parameters, _sourceRtJarName, _startDate, _sysInstrumentorClassName, _unpackJars
 
Constructor Summary
TCFileInstrumentor.TCTool()
           
 
Method Summary
protected  int checkArgs(java.lang.String[] args)
          Check the arguments, set the fields, and return the index of the first file.
protected  void help(java.io.PrintStream out)
          Print out a help message.
 
Methods inherited from class edu.rice.cs.cunit.FileInstrumentor.Tool
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCFileInstrumentor.TCTool

public TCFileInstrumentor.TCTool()
Method Detail

checkArgs

protected int checkArgs(java.lang.String[] args)
Check the arguments, set the fields, and return the index of the first file.

Overrides:
checkArgs in class FileInstrumentor.Tool
Parameters:
args - command line arguments
Returns:
index of first file

help

protected void help(java.io.PrintStream out)
Print out a help message.

Overrides:
help in class FileInstrumentor.Tool
Parameters:
out - stream to output to