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.
-
main(JerminalSession)
-
-
evaluate(Vector)
- This method is called by the JerminalSession when it uses this command.
main
public main(JerminalSession j)
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