|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.dict4j.command.AbstractCommand net.sf.dict4j.command.AbstractDataCommand net.sf.dict4j.command.AbstractListDataCommand net.sf.dict4j.command.ShowStrategiesCommand
public class ShowStrategiesCommand
3.5.2.1. SHOW STRATEGIES (SHOW STRAT)
Displays the list of currently supported search strategies, one per line, in the form: strategy 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 | |
---|---|
ShowStrategiesCommand()
|
Method Summary | |
---|---|
protected ResponseEnum[] |
getResponseHeaderCodes()
|
java.util.List<Strategy> |
getStrategies()
get strategies available on the server |
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 ShowStrategiesCommand()
Method Detail |
---|
protected java.lang.String getString()
getString
in class AbstractCommand
public java.util.List<Strategy> getStrategies()
protected void parseResponseText()
parseResponseText
in class AbstractListDataCommand
protected ResponseEnum[] getResponseHeaderCodes()
getResponseHeaderCodes
in class AbstractCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |