Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.console.text.commands.Help Class Reference

Inheritance diagram for org.objectweb.cjdbc.console.text.commands.Help:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.cjdbc.console.text.commands.Help:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Help (AbstractConsoleModule module)
void parse (String commandText) throws IOException, ConsoleException
String getCommandName ()
String getCommandDescription ()
void execute (String commandText) throws Exception

Detailed Description

This class defines a Help

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 39 of file Help.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.console.text.commands.Help.Help AbstractConsoleModule  module  ) 
 

Creates a new Help.java object

Parameters:
module the command is attached to

Definition at line 47 of file Help.java.

00048   {
00049     super(module);
00050   }


Member Function Documentation

void org.objectweb.cjdbc.console.text.commands.Help.execute String  commandText  )  throws Exception
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.execute(java.lang.String)

Reimplemented from org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 78 of file Help.java.

00079   {
00080     this.parse(commandText);
00081   }

String org.objectweb.cjdbc.console.text.commands.Help.getCommandDescription  )  [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandDescription()

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 70 of file Help.java.

00071   {
00072     return ConsoleTranslate.get("console.command.help");
00073   }

String org.objectweb.cjdbc.console.text.commands.Help.getCommandName  )  [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandName()

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 62 of file Help.java.

00063   {
00064     return "help";
00065   }

void org.objectweb.cjdbc.console.text.commands.Help.parse String  commandText  )  throws IOException, ConsoleException [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.parse(java.lang.String)

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 54 of file Help.java.

References org.objectweb.cjdbc.console.text.module.AbstractConsoleModule.help().

00055   {
00056     module.help();
00057   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:02:42 2005 for C-JDBC by  doxygen 1.3.9.1