Package org.apache.felix.gogo.shell
Class Shell
- java.lang.Object
-
- org.apache.felix.gogo.shell.Shell
-
public class Shell extends Object
-
-
Constructor Summary
Constructors Constructor Description Shell(org.osgi.framework.BundleContext context, org.apache.felix.service.command.CommandProcessor processor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
gosh
public Object gosh(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception
- Throws:
Exception
-
sh
public Object sh(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception
- Throws:
Exception
-
source
public Object source(org.apache.felix.service.command.CommandSession session, String script) throws Exception
- Throws:
Exception
-
history
public String[] history()
-
-