org.gerhardb.jibs
Class Jibs

java.lang.Object
  extended byorg.gerhardb.jibs.Jibs

public class Jibs
extends java.lang.Object

Provides a single source of entry to be called from the Jar file. Picks the appropriate application to start based on passed-in parameters.


Method Summary
static void main(java.lang.String[] args)
          Starts one of three Jibs applications, based on the first argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Starts one of three Jibs applications, based on the first argument. "optimizer" or "concatenater" will launch the indicated appliation. In all other cases, the Viewer is launched.

Parameters:
args -


Copyright © 2002 Gerhard Beck. All rights reserved. Subject to GPL.