de.hunsicker.jalopy.plugin.console
Class ConsolePlugin

java.lang.Object
  |
  +--de.hunsicker.jalopy.plugin.console.ConsolePlugin

public final class ConsolePlugin
extends java.lang.Object

The console Plug-in provides a powerful command line interface for the Jalopy engine.

Refer to the online manual for the list of valid command line options. You can find the most recent version of the manual on the official Jalopy homepage: http://jalopy.sf.net/

Version:
$Revision: 1.11.2.1 $
Author:
Marco Hunsicker

Method Summary
static java.lang.String getVersion()
          Returns the version information of this Plug-in.
static void main(java.lang.String[] argv)
          Starts Jalopy from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static java.lang.String getVersion()
Returns the version information of this Plug-in.

Returns:
version information of this Plug-in.

main

public static void main(java.lang.String[] argv)
Starts Jalopy from the command line.

Parameters:
argv - command line arguments. Refer to the online manual for the list of valid command line options. You can find the most recent version of the manual on the official Jalopy homepage: http://jalopy.sf.net/


Copyright © 1997-2005 Jalopy. All Rights Reserved.