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
Exception
public Object sh(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception
Exception
public Object source(org.apache.felix.service.command.CommandSession session, String script) throws Exception
Exception
public String[] history()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.