|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.command.AbstractCommand
public abstract class AbstractCommand
Field Summary | |
---|---|
RuntimeContext |
context The current context : need to find a way to make not that public. |
protected RenderPrintWriter |
out The current output. |
private LinkedList<InvocationContext<?>> |
stack . |
Constructor Summary | |
---|---|
protected |
AbstractCommand() |
Method Summary | |
---|---|
InvocationContext<?> |
peekContext() |
InvocationContext<?> |
popContext() |
void |
pushContext(InvocationContext<?> context) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private LinkedList<InvocationContext<?>> stack
public RuntimeContext context
protected RenderPrintWriter out
Constructor Detail |
---|
protected AbstractCommand()
Method Detail |
---|
public final void pushContext(InvocationContext<?> context) throws NullPointerException
NullPointerException
public final InvocationContext<?> popContext()
public final InvocationContext<?> peekContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |