daikon.tools.jtb
Class CreateSpinfo
Object
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.
|
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 |
debug
public static final Logger debug
CreateSpinfo
public CreateSpinfo()
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