de.hunsicker.jalopy.plugin.console
Class ConsolePlugin
java.lang.Object
|
+--de.hunsicker.jalopy.plugin.console.ConsolePlugin
- public final class ConsolePlugin
- extends 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.9 $
- Author:
- Marco Hunsicker
Method Summary |
static String |
getVersion()
Returns the version information of this Plug-in. |
static void |
main(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 |
getVersion
public static String getVersion()
- Returns the version information of this Plug-in.
- Returns:
- version information of this Plug-in.
main
public static void main(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/