クラス org.objectweb.cjdbc.console.text.commands.Quit

org.objectweb.cjdbc.console.text.commands.Quitに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.console.text.commands.Quitのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

This class defines a Quit

作者:
Nicolas Modrzyk
バージョン:
1.0

Quit.java39 行で定義されています。

Public メソッド

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


コンストラクタとデストラクタ

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

Creates a new Quit.java object

引数:
module the command is attached to
Quit.java47 行で定義されています。
00048 { 00049 super(module); 00050 }


メソッド

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

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.execute(java.lang.String)

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを再定義しています。

Quit.java79 行で定義されています。

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

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

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandDescription()

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

Quit.java71 行で定義されています。

00072 { 00073 return ConsoleTranslate.get("console.command.quit"); 00074 }

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

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandName()

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

Quit.java63 行で定義されています。

00064 { 00065 return "quit"; 00066 }

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

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.parse(java.lang.String)

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

Quit.java55 行で定義されています。

参照先 org.objectweb.cjdbc.console.text.module.AbstractConsoleModule.quit.

00056 { 00057 module.quit(); 00058 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:26 2004に生成されました。 doxygen 1.3.8