org.starhope.appius.game
Class PreLoginCommands
java.lang.Object
org.starhope.appius.game.PreLoginCommands
public class PreLoginCommands
- extends Object
WRITEME: The documentation for this type (PreLoginCommands) is
incomplete. (brpocock, Dec 7, 2009)
- Author:
- brpocock
Method Summary |
static org.json.JSONObject |
do_finger(org.json.JSONObject jso,
AbstractUser u,
AbstractRoom room)
TODO: document this method (brpocock, Dec 7, 2009) |
static String |
getRev()
TODO: document this method (brpocock, Dec 10, 2009) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreLoginCommands
public PreLoginCommands()
do_finger
public static org.json.JSONObject do_finger(org.json.JSONObject jso,
AbstractUser u,
AbstractRoom room)
throws org.json.JSONException,
NotFoundException
- TODO: document this method (brpocock, Dec 7, 2009)
- Parameters:
jso
- The JSON parameters passed to the finger command. The
only parameter interpreted is “id,” which must be the user
ID number whose public information is to be returned.u
- The user who WRITEMEroom
- WRITEME
- Returns:
- WRITEME
- Throws:
org.json.JSONException
- WRITEME
NotFoundException
- WRITEME
getRev
public static String getRev()
- TODO: document this method (brpocock, Dec 10, 2009)
- Returns:
- WRITEME