|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.db.client.tools.command.CommandBase
CommandBase is a simple base class implementation for the Commands in the command package.
Constructor Summary | |
CommandBase()
|
Method Summary | |
CommandLine |
getCommandLine()
getCommandLine returns the CommandLine reference for this CommandLine instance. |
void |
setCommandLine(CommandLine cl)
setCommandLine sets the CommandLine reference for this CommandLine instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.dbxml.db.client.tools.Command |
process |
Constructor Detail |
public CommandBase()
Method Detail |
public void setCommandLine(CommandLine cl)
Command
setCommandLine
in interface Command
cl
- The CommandLinepublic CommandLine getCommandLine()
Command
getCommandLine
in interface Command
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |