sota
Class SotaCLStarter

java.lang.Object
  extended by sota.SotaCLStarter

public class SotaCLStarter
extends java.lang.Object

This class enables the manual programm test via command line calls.

         Usage: java -jar SOTA-ATM.jar [-options]

         options include: 
                 -c [  ]
                         compile sourefiles; only if ant-buildfile is provided
                 -i ( Level1 | Level2 | Level3 |  )
                         instrument sourcefiles according to chosen level or IScheme
                 -n    [   ]
                         create new project file
                 -p .project
                         open the project file
                 -r [  ]
                         create report-file; if no name is provided it will be stored in "report.html"
                 -s [  ]
                         start project; only if runscript is provided
                 -t .log [ .log ... ]
                         name of testlog to create or to import
                 -z      restore original sources


Constructor Summary
SotaCLStarter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SotaCLStarter

public SotaCLStarter()
Method Detail

main

public static void main(java.lang.String[] args)