org.apache.felix.gogo.shell
Class Shell

java.lang.Object
  extended by org.apache.felix.gogo.shell.Shell

public class Shell
extends Object


Constructor Summary
Shell(BundleContext context, CommandProcessor processor)
           
 
Method Summary
 Object gosh(CommandSession session, String[] argv)
           
 Object sh(CommandSession session, String[] argv)
           
 Object source(CommandSession session, String script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell

public Shell(BundleContext context,
             CommandProcessor processor)
Method Detail

gosh

public Object gosh(CommandSession session,
                   String[] argv)
            throws Exception
Throws:
Exception

sh

public Object sh(CommandSession session,
                 String[] argv)
          throws Exception
Throws:
Exception

source

public Object source(CommandSession session,
                     String script)
              throws Exception
Throws:
Exception


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.