|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.shell.impl.command.AbstractInvocationContext<P>
public abstract class AbstractInvocationContext<P>
Constructor Summary | |
---|---|
AbstractInvocationContext() |
Method Summary | |
---|---|
AbstractInvocationContext<P> |
leftShift(Object o) Implement the << operator for Groovy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.crsh.command.InvocationContext |
---|
getWriter, resolve |
Methods inherited from interface org.crsh.command.CommandContext |
---|
close |
Methods inherited from interface org.crsh.stream.Consumer |
---|
flush, getConsumedType, provide |
Methods inherited from interface org.crsh.shell.InteractionContext |
---|
getProperty, readLine, releaseAlternateBuffer, takeAlternateBuffer |
Methods inherited from interface org.crsh.text.ScreenContext |
---|
flush, getHeight, getWidth |
Methods inherited from interface org.crsh.text.Screenable |
---|
append, cls |
Methods inherited from interface java.lang.Appendable |
---|
append, append, append |
Methods inherited from interface org.crsh.command.RuntimeContext |
---|
getAttributes, getSession |
Constructor Detail |
---|
public AbstractInvocationContext()
Method Detail |
---|
public final AbstractInvocationContext<P> leftShift(Object o) throws Exception
<<
operator for Groovy.
o
- the objectException
- any exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |