| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOG |
| Constructor and Description |
|---|
AbstractCommand(CommandFactory factory,
SimpleServer server) |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleServerConfig |
getConfig() |
java.lang.String |
getDescription() |
java.lang.String |
getMimeType() |
java.lang.String |
getName() |
Range |
getNumArgs() |
SimpleServer |
getServer() |
public AbstractCommand(CommandFactory factory, SimpleServer server)
protected SimpleServerConfig getConfig()
public SimpleServer getServer()
public java.lang.String getDescription()
getDescription in interface Commandpublic Range getNumArgs()
getNumArgs in interface Commandpublic java.lang.String getMimeType()
getMimeType in interface Command