jetif.ui
Class Console
java.lang.Object
jetif.ui.Console
- public class Console
- extends Object
This class Console represents the command line front-end of Jetif.
Usage: jetif.ui.Console [-p<properties>] [-l<spec list>] [-P | --parallel] <source> ...
-p<properties> Jetif environment properties filename
-l<spec list> spec source list file
-P | --parallel Run suites parallelly in different threads
<source> spec source
<source> := [<type>:]<name>
<type> The type of the spec source, there are three built-in types:
xml, text and class type, default to xml type
<name> The name of the spec source
Examples:
java -cp $CLASSPATH jetif.ui.Console profiles/sample.spec
java -cp $CLASSPATH jetif.ui.Console class:sample.SimpleTest
- Version:
- 1.0
- Author:
- Vicky Wang
|
Method Summary |
static void |
main(String[] args)
The entry point of the Jetif console. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Console
public Console()
main
public static void main(String[] args)
- The entry point of the Jetif console.
- Parameters:
args - the command line arguments.
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.