public class Shell extends Object
| Constructor and Description |
|---|
Shell(org.osgi.framework.BundleContext context,
org.apache.felix.service.command.CommandProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
gosh(org.apache.felix.service.command.CommandSession session,
String[] argv) |
String[] |
history() |
Object |
sh(org.apache.felix.service.command.CommandSession session,
String[] argv) |
Object |
source(org.apache.felix.service.command.CommandSession session,
String script) |
public Shell(org.osgi.framework.BundleContext context,
org.apache.felix.service.command.CommandProcessor processor)
public Object gosh(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception
Exceptionpublic Object sh(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception
Exceptionpublic Object source(org.apache.felix.service.command.CommandSession session, String script) throws Exception
Exceptionpublic String[] history()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.