Package 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
.javafiles. The original.javafiles are left unmodified. A.spinfofile is written for every.javafile, or in the single file indicated as the-ocommand-line argument..
-
-
Constructor Summary
Constructors Constructor Description CreateSpinfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static voidmainHelper(String[] args)This does the work ofmain(String[]), but it never calls System.exit, so it is appropriate to be called progrmmatically.
-
-
-
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 ofmain(String[]), but it never calls System.exit, so it is appropriate to be called progrmmatically.- Throws:
IOException
-
-