org.crsh.command
Class AbstractCommand
java.lang.Object
org.crsh.command.AbstractCommand
- Direct Known Subclasses:
- BaseCommand
public abstract class AbstractCommand
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stack
private LinkedList<InvocationContext<?>> stack
- .
context
protected RuntimeContext context
- The current context.
out
protected RenderPrintWriter out
- The current output.
AbstractCommand
protected AbstractCommand()
pushContext
public final void pushContext(InvocationContext<?> context)
throws NullPointerException
- Throws:
NullPointerException
popContext
public final InvocationContext<?> popContext()
peekContext
public final InvocationContext<?> peekContext()
Copyright © 2013 eXo Platform SAS. All Rights Reserved.