Package org.apache.felix.gogo.command
Class Basic
- java.lang.Object
-
- org.apache.felix.gogo.command.Basic
-
public class Basic extends Object
-
-
Constructor Summary
Constructors Constructor Description Basic(org.osgi.framework.BundleContext bc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbundlelevel(boolean set, boolean initial, int level, org.osgi.framework.Bundle[] bundles)voidbundlelevel(org.osgi.framework.Bundle bundle)voidframeworklevel()voidframeworklevel(int level)voidheaders(org.osgi.framework.Bundle[] bundles)voidhelp()voidhelp(String name)voidinstall(org.apache.felix.service.command.CommandSession session, String[] urls)voidlb(boolean showLoc, boolean showSymbolic, boolean showUpdate)voidlb(boolean showLoc, boolean showSymbolic, boolean showUpdate, String pattern)voidlog(int maxEntries, String logLevel)voidlog(String logLevel)voidrefresh(org.osgi.framework.Bundle[] bundles)voidresolve(org.osgi.framework.Bundle[] bundles)voidstart(boolean trans, boolean policy, String[] ss)voidstop(boolean trans, org.osgi.framework.Bundle[] bundles)voiduninstall(org.osgi.framework.Bundle[] bundles)voidupdate(org.apache.felix.service.command.CommandSession session, org.osgi.framework.Bundle bundle, String location)voidupdate(org.osgi.framework.Bundle bundle)voidwhich(org.osgi.framework.Bundle bundle, String className)
-
-
-
Method Detail
-
bundlelevel
public void bundlelevel(org.osgi.framework.Bundle bundle)
-
bundlelevel
public void bundlelevel(boolean set, boolean initial, int level, org.osgi.framework.Bundle[] bundles)
-
frameworklevel
public void frameworklevel()
-
frameworklevel
public void frameworklevel(int level)
-
headers
public void headers(org.osgi.framework.Bundle[] bundles)
-
help
public void help()
-
help
public void help(String name)
-
install
public void install(org.apache.felix.service.command.CommandSession session, String[] urls) throws IOException- Throws:
IOException
-
lb
public void lb(boolean showLoc, boolean showSymbolic, boolean showUpdate)
-
lb
public void lb(boolean showLoc, boolean showSymbolic, boolean showUpdate, String pattern)
-
log
public void log(String logLevel)
-
log
public void log(int maxEntries, String logLevel)
-
refresh
public void refresh(org.osgi.framework.Bundle[] bundles)
-
resolve
public void resolve(org.osgi.framework.Bundle[] bundles)
-
start
public void start(boolean trans, boolean policy, String[] ss)
-
stop
public void stop(boolean trans, org.osgi.framework.Bundle[] bundles)
-
uninstall
public void uninstall(org.osgi.framework.Bundle[] bundles)
-
update
public void update(org.osgi.framework.Bundle bundle)
-
update
public void update(org.apache.felix.service.command.CommandSession session, org.osgi.framework.Bundle bundle, String location) throws IOException- Throws:
IOException
-
which
public void which(org.osgi.framework.Bundle bundle, String className)
-
-