|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.dict4j.command.AbstractCommand
net.sf.dict4j.command.AbstractDataCommand
net.sf.dict4j.command.AbstractListDataCommand
net.sf.dict4j.command.ShowDatabasesCommand
public class ShowDatabasesCommand
3.5.1.1. SHOW DATABASES
Displays the list of currently accessible databases, one per line, in the form: database description
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.dict4j.command.AbstractListDataCommand |
|---|
AbstractListDataCommand.Entry |
| Field Summary |
|---|
| Fields inherited from class net.sf.dict4j.command.AbstractDataCommand |
|---|
responseText |
| Fields inherited from class net.sf.dict4j.command.AbstractCommand |
|---|
responseCode, responseStatus |
| Constructor Summary | |
|---|---|
ShowDatabasesCommand()
|
|
| Method Summary | |
|---|---|
java.util.List<Database> |
getDatabases()
get databases, available on the server |
protected ResponseEnum[] |
getResponseHeaderCodes()
|
protected java.lang.String |
getString()
|
protected void |
parseResponseText()
|
| Methods inherited from class net.sf.dict4j.command.AbstractListDataCommand |
|---|
getList, receiveBody |
| Methods inherited from class net.sf.dict4j.command.AbstractDataCommand |
|---|
doesResponseHaveBody, getResponseFooterEnum, getResponseText, receiveFooter, send |
| Methods inherited from class net.sf.dict4j.command.AbstractCommand |
|---|
checkResponseCodeForServerException, getResponseCode, getResponseEnum, getResponseHeaderEnum, getResponseStatus, parseResponse, parseResponseHeader, receiveHeader, stripQuotes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.sf.dict4j.command.Command |
|---|
getResponseCode, getResponseStatus |
| Constructor Detail |
|---|
public ShowDatabasesCommand()
| Method Detail |
|---|
protected java.lang.String getString()
getString in class AbstractCommandpublic java.util.List<Database> getDatabases()
protected void parseResponseText()
parseResponseText in class AbstractListDataCommandprotected ResponseEnum[] getResponseHeaderCodes()
getResponseHeaderCodes in class AbstractCommand
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||