public abstract class CmdBase extends Cmd
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
expectSpace |
protected FactoryService |
factorySvc |
protected int |
iParmStart |
String |
name |
| Constructor and Description |
|---|
CmdBase(String name,
String shortformName) |
| Modifier and Type | Method and Description |
|---|---|
protected ResultValue |
createEmptyRes() |
FactoryService |
getFactorySvc() |
protected boolean |
isMatch(String src) |
protected void |
log(String s) |
protected String |
parseArg1(String src) |
ResultValue |
runCmd(Cmd cmd,
ReplRunner runner) |
void |
setFactorySvc(FactoryService factorySvc) |
public String name
protected boolean expectSpace
protected int iParmStart
protected FactoryService factorySvc
protected boolean isMatch(String src)
public ResultValue runCmd(Cmd cmd, ReplRunner runner)
protected void log(String s)
protected ResultValue createEmptyRes()
public FactoryService getFactorySvc()
public void setFactorySvc(FactoryService factorySvc)
Copyright © 2020. All rights reserved.