net.sf.dict4j.command
Class ShowDatabaseInfoCommand

java.lang.Object
  extended by net.sf.dict4j.command.AbstractCommand
      extended by net.sf.dict4j.command.ShowDatabaseInfoCommand
All Implemented Interfaces:
Command

public class ShowDatabaseInfoCommand
extends AbstractCommand

3.5.3.1. SHOW INFO database Displays the source, copyright, and licensing information about the specified database. The information is free-form text and is suitable for display to the user in the same manner as a definition.


Field Summary
 
Fields inherited from class net.sf.dict4j.command.AbstractCommand
responseCode, responseStatus
 
Constructor Summary
ShowDatabaseInfoCommand(java.lang.String database)
           
 
Method Summary
protected  ResponseEnum[] getResponseHeaderCodes()
           
protected  java.lang.String getString()
           
 
Methods inherited from class net.sf.dict4j.command.AbstractCommand
checkResponseCodeForServerException, getResponseCode, getResponseEnum, getResponseHeaderEnum, getResponseStatus, parseResponse, parseResponseHeader, receiveHeader, send, stripQuotes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShowDatabaseInfoCommand

public ShowDatabaseInfoCommand(java.lang.String database)
Method Detail

getResponseHeaderCodes

protected ResponseEnum[] getResponseHeaderCodes()
Specified by:
getResponseHeaderCodes in class AbstractCommand

getString

protected java.lang.String getString()
Specified by:
getString in class AbstractCommand