daikon.tools.jtb
Class CreateSpinfo

Object
  extended by CreateSpinfo

public class CreateSpinfo
extends Object

Create a splitter info file from Java source.

The argument is a list of .java files. The original .java files are left unmodified. A .spinfo file is written for every .java file.


Field Summary
static Logger debug
           
 
Constructor Summary
CreateSpinfo()
           
 
Method Summary
static void main(String[] args)
           
static void mainHelper(String[] args)
          This does the work of main, but it never calls System.exit, so it is appropriate to be called progrmmatically.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static final Logger debug
Constructor Detail

CreateSpinfo

public CreateSpinfo()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

mainHelper

public static void mainHelper(String[] args)
                       throws IOException
This does the work of main, but it never calls System.exit, so it is appropriate to be called progrmmatically. Termination of the program with a message to the user is indicated by throwing Daikon.TerminationMessage.

Throws:
IOException
See Also:
main(String[]), Daikon.TerminationMessage