Uses of Class
org.apache.felix.gogo.runtime.CommandSessionImpl
Packages that use CommandSessionImpl
-
Uses of CommandSessionImpl in org.apache.felix.gogo.runtime
Methods in org.apache.felix.gogo.runtime that return CommandSessionImplModifier and TypeMethodDescriptionCommandProcessorImpl.createSession
(InputStream in, OutputStream out, OutputStream err) CommandProcessorImpl.createSession
(CommandSession parent) Closure.session()
Methods in org.apache.felix.gogo.runtime with parameters of type CommandSessionImplModifier and TypeMethodDescriptionCommandProcessorImpl.expr
(CommandSessionImpl session, CharSequence expr) CommandProcessorImpl.invoke
(CommandSessionImpl session, Object target, String name, List<Object> args) CommandProcessorImpl.redirect
(CommandSessionImpl session, Path path, int mode) Constructors in org.apache.felix.gogo.runtime with parameters of type CommandSessionImplModifierConstructorDescriptionClosure
(CommandSessionImpl session, Closure parent, CharSequence source) Closure
(CommandSessionImpl session, Closure parent, Parser.Program program) protected
CommandSessionImpl
(CommandProcessorImpl shell, CommandSessionImpl parent)