Package org.apache.felix.gogo.shell
Class Shell
java.lang.Object
org.apache.felix.gogo.shell.Shell
-
Constructor Details
-
Shell
public Shell(org.osgi.framework.BundleContext context, org.apache.felix.service.command.CommandProcessor processor)
-
-
Method Details
-
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
-