org.apache.felix.gogo.shell
Class Builtin
java.lang.Object
org.apache.felix.gogo.shell.Builtin
public class Builtin
- extends Object
gosh built-in commands.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Builtin
public Builtin()
format
public CharSequence format(CommandSession session)
format
public CharSequence format(CommandSession session,
Object arg)
getopt
public Option getopt( spec,
Object[] args)
- script access to Options.
_new
public Object _new(Object name,
Object[] argv)
throws Exception
- Throws:
Exception
set
public void set(CommandSession session,
String[] argv)
throws Exception
- Throws:
Exception
tac
public Object tac(CommandSession session,
String[] argv)
throws IOException
- Throws:
IOException
type
public boolean type(CommandSession session,
String[] argv)
throws Exception
- Throws:
Exception
Copyright © 2011 Apache Software Foundation. All Rights Reserved.