Package | Description |
---|---|
fr.liglab.adele.icasa.commands |
Modifier and Type | Field and Description |
---|---|
protected static Signature |
AbstractCommand.EMPTY_SIGNATURE |
Modifier and Type | Method and Description |
---|---|
Signature |
ICasaCommand.getSignature(int size)
Get signature by passing the number of arguments..
|
Signature |
AbstractCommand.getSignature(int param) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCommand.addSignature(Signature signature) |
abstract Object |
AbstractCommand.execute(InputStream in,
PrintStream out,
org.json.JSONObject param,
Signature signature) |
boolean |
ICasaCommand.validate(org.json.JSONObject param,
Signature signature)
To validate the given parameters.
|
boolean |
AbstractCommand.validate(org.json.JSONObject param,
Signature signature) |
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.