All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.main

com.cometway.jerminal.commands.JerminalCommand
   |
   +----com.cometway.jerminal.commands.main

public class main
extends JerminalCommand
This command invokes the public static void main(String[]) method for the given class.

Synopsis:

main [class] (String arguments)
The public static void main(String[]) static method is invoked on the class [class]. If any other operands are given, they are assumed to be Strings and will make up the String array that is passed into the main method as arguments.


Constructor Index

 o main(JerminalSession)

Method Index

 o evaluate(Vector)
This method is called by the JerminalSession when it uses this command.

Constructors

 o main
 public main(JerminalSession j)

Methods

 o evaluate
 public Object evaluate(Vector operands)
This method is called by the JerminalSession when it uses this command.

Overrides:
evaluate in class JerminalCommand

All Packages  Class Hierarchy  This Package  Previous  Next  Index