Jetif v1.8.0

jetif.ui
Class Console

java.lang.Object
  extended byjetif.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

Constructor Summary
Console()
           
 
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
 

Constructor Detail

Console

public Console()
Method Detail

main

public static void main(String[] args)
The entry point of the Jetif console.

Parameters:
args - the command line arguments.

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.