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
.java
files. The original.java
files are left unmodified. A.spinfo
file is written for every.java
file, or in the single file indicated as the-o
command-line argument..
-
-
Constructor Summary
Constructors Constructor Description CreateSpinfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static void
mainHelper(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
-
-