net.sf.dict4j.command
Class AbstractListDataCommand

java.lang.Object
  extended by net.sf.dict4j.command.AbstractCommand
      extended by net.sf.dict4j.command.AbstractDataCommand
          extended by net.sf.dict4j.command.AbstractListDataCommand
All Implemented Interfaces:
Command, DataCommand
Direct Known Subclasses:
MatchCommand, ShowDatabasesCommand, ShowStrategiesCommand

public abstract class AbstractListDataCommand
extends AbstractDataCommand


Nested Class Summary
protected  class 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
AbstractListDataCommand()
           
 
Method Summary
protected  java.util.List<AbstractListDataCommand.Entry> getList()
           
protected  void parseResponseText()
           
protected  void receiveBody(DictTransport transport)
           
 
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, getResponseHeaderCodes, getResponseHeaderEnum, getResponseStatus, getString, 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

AbstractListDataCommand

public AbstractListDataCommand()
Method Detail

parseResponseText

protected void parseResponseText()

receiveBody

protected void receiveBody(DictTransport transport)
Overrides:
receiveBody in class AbstractDataCommand

getList

protected java.util.List<AbstractListDataCommand.Entry> getList()