java.lang.Object
burningbox.org.dsh.commands.AbstractCommand
burningbox.org.dsh.commands.SaveCommand
- All Implemented Interfaces:
- CombatCommand, RegularCommand
- public class SaveCommand
- extends AbstractCommand
- implements RegularCommand, CombatCommand
Loads an xml file into the session.
The behaviour of this command differs, depending on what can be found in
the file to load
CVS Info :
$Author: jmettraux $
$Date: 2002/06/26 15:00:57 $
$Id: SaveCommand.java,v 1.4 2002/06/26 15:00:57 jmettraux Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cat
static org.apache.log4j.Category cat
SaveCommand
public SaveCommand()
execute
public boolean execute()
- Description copied from class:
AbstractCommand
- This method is called when the command is executed.
- Specified by:
execute in class AbstractCommand
getSyntax
public java.lang.String getSyntax()
- Description copied from class:
AbstractCommand
- as the name implies
- Specified by:
getSyntax in class AbstractCommand
getHelp
public java.lang.String getHelp()
- Description copied from class:
AbstractCommand
- as the name implies
- Specified by:
getHelp in class AbstractCommand