Class Shell
java.lang.Object
org.apache.felix.gogo.shell.Shell
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShell(org.osgi.framework.BundleContext context, org.apache.felix.service.command.CommandProcessor processor) -
Method Summary
Modifier and TypeMethodDescriptionprivate Objectconsole(org.apache.felix.service.command.CommandSession session) (package private) static URIcwd(org.apache.felix.service.command.CommandSession session) getVariables(org.apache.felix.service.command.CommandSession session) String[]history()private CharSequencereadScript(URI script) private voidshutdown()
-
Field Details
-
functions
-
CWD
-
baseURI
-
context
private final org.osgi.framework.BundleContext context -
processor
private final org.apache.felix.service.command.CommandProcessor processor -
history
-
systemBundle
private volatile org.osgi.framework.Bundle systemBundle
-
-
Constructor Details
-
Shell
public Shell(org.osgi.framework.BundleContext context, org.apache.felix.service.command.CommandProcessor processor)
-
-
Method Details
-
gosh
-
sh
-
shutdown
private void shutdown() throws org.osgi.framework.BundleException- Throws:
org.osgi.framework.BundleException
-
source
-
console
-
readScript
- Throws:
Exception
-
getVariables
-
cwd
-
history
-