org.jmacs.pd
Interface IInterpreter
public interface IInterpreter
command interpreter. See package description.
- Version:
- $Id: IInterpreter.java 2767 2008-02-09 14:41:20Z rob $
- Author:
- Rob Dickens
interpretCmd
Serializable interpretCmd(Serializable cmd,
IInterpreter.Context context,
boolean control)
throws Exception
- interprets cmd.
- Parameters:
control
- whether submitter deemed to have control privilege. It
is left to the impl'n to decide whether cmd requires this or
not.
- Throws:
Exception
jmacs.org