Package | Description |
---|---|
org.apache.felix.gogo.api | |
org.apache.felix.gogo.runtime | |
org.apache.felix.gogo.runtime.activator | |
org.apache.felix.service.command |
Modifier and Type | Method and Description |
---|---|
void |
CommandSessionListener.afterExecute(CommandSession session,
java.lang.CharSequence command,
java.lang.Exception exception) |
void |
CommandSessionListener.afterExecute(CommandSession session,
java.lang.CharSequence command,
java.lang.Object result) |
void |
CommandSessionListener.beforeExecute(CommandSession session,
java.lang.CharSequence command) |
Modifier and Type | Class and Description |
---|---|
class |
CommandSessionImpl |
Modifier and Type | Field and Description |
---|---|
protected java.util.WeakHashMap<CommandSession,java.lang.Object> |
CommandProcessorImpl.sessions |
Modifier and Type | Method and Description |
---|---|
CommandSession |
CommandProcessorImpl.createSession(java.io.InputStream in,
java.io.PrintStream out,
java.io.PrintStream err) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CommandProcessorImpl.eval(CommandSession session,
java.lang.Object[] argv) |
java.lang.Object |
Closure.execute(CommandSession x,
java.util.List<java.lang.Object> values) |
java.lang.Object |
CommandProxy.execute(CommandSession session,
java.util.List<java.lang.Object> arguments) |
static java.lang.Object |
Reflective.invoke(CommandSession session,
java.lang.Object target,
java.lang.String name,
java.util.List<java.lang.Object> args)
invokes the named method on the given target using the supplied args,
which are converted if necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
EventAdminListener.afterExecute(CommandSession session,
java.lang.CharSequence command,
java.lang.Exception exception) |
void |
EventAdminListener.afterExecute(CommandSession session,
java.lang.CharSequence command,
java.lang.Object result) |
void |
EventAdminListener.beforeExecute(CommandSession session,
java.lang.CharSequence command) |
Modifier and Type | Method and Description |
---|---|
CommandSession |
CommandProcessor.createSession(java.io.InputStream in,
java.io.PrintStream out,
java.io.PrintStream err)
Create a new command session associated with IO streams.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Function.execute(CommandSession session,
java.util.List<java.lang.Object> arguments)
Execute this function and return the result.
|
Copyright © 2012. All Rights Reserved.