public class Builtin extends Object
Constructor and Description |
---|
Builtin() |
Modifier and Type | Method and Description |
---|---|
Object |
_new(Object name,
Object[] argv) |
CharSequence |
format(org.apache.felix.service.command.CommandSession session) |
CharSequence |
format(org.apache.felix.service.command.CommandSession session,
Object arg) |
Option |
getopt(List<Object> spec,
Object[] args)
script access to Options.
|
void |
set(org.apache.felix.service.command.CommandSession session,
String[] argv) |
Object |
tac(org.apache.felix.service.command.CommandSession session,
String[] argv) |
boolean |
type(org.apache.felix.service.command.CommandSession session,
String[] argv) |
public CharSequence format(org.apache.felix.service.command.CommandSession session)
public CharSequence format(org.apache.felix.service.command.CommandSession session, Object arg)
public void set(org.apache.felix.service.command.CommandSession session, String[] argv) throws Exception
Exception
public Object tac(org.apache.felix.service.command.CommandSession session, String[] argv) throws IOException
IOException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.