Class Builtin
java.lang.Object
org.apache.felix.gogo.shell.Builtin
gosh built-in commands.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(org.apache.felix.service.command.CommandSession session) private CharSequencegetClosureSource(org.apache.felix.service.command.CommandSession session, String name) getCommands(org.apache.felix.service.command.CommandSession session) getMethods(org.apache.felix.service.command.CommandSession session, String scmd) script access to Options.private booleanprivate booleanprivate Class<?> voidboolean
-
Field Details
-
functions
-
packages
-
KEYWORDS
-
-
Constructor Details
-
Builtin
public Builtin()
-
-
Method Details
-
format
-
format
-
getopt
-
_new
-
loadClass
private Class<?> loadClass(org.apache.felix.service.command.CommandSession session, String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
set
-
tac
public Object tac(org.apache.felix.service.command.CommandSession session, String[] argv) throws IOException - Throws:
IOException
-
type
-
getCommands
-
isClosure
-
isCommand
-
getClosureSource
private CharSequence getClosureSource(org.apache.felix.service.command.CommandSession session, String name) throws Exception - Throws:
Exception
-
getMethods
-