| java.lang.Object henplus.AbstractCommand henplus.commands.LoadCommand
LoadCommand | public class LoadCommand extends AbstractCommand implements Interruptable(Code) | | The Load command loads scripts; it implemnts the
commands 'load', 'start', '@' and '@@'.
|
LoadCommand | public LoadCommand()(Code) | | |
getCommandList | public String[] getCommandList()(Code) | | returns the command-strings this command can handle.
|
getShortDescription | public String getShortDescription()(Code) | | return a descriptive string.
|
interrupt | public void interrupt()(Code) | | |
openFile | File openFile(String filename)(Code) | | open a file. If this is a relative filename, then open according
to current working directory.
Parameters: filename - the filename to open a file that represents the correct file name. |
requiresValidSession | public boolean requiresValidSession(String cmd)(Code) | | |
|
|