Package org.apache.felix.gogo.shell
Class Builtin
java.lang.Object
org.apache.felix.gogo.shell.Builtin
gosh built-in commands.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat
(org.apache.felix.service.command.CommandSession session) script access to Options.void
boolean
-
Constructor Details
-
Builtin
public Builtin()
-
-
Method Details
-
format
-
format
-
getopt
script access to Options. -
_new
- Throws:
Exception
-
set
public void set(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception - Throws:
Exception
-
tac
public Object tac(org.apache.felix.service.command.CommandSession session, String[] argv) throws IOException - Throws:
IOException
-
type
public boolean type(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception - Throws:
Exception
-