public class Basic extends Object
Constructor and Description |
---|
Basic(org.osgi.framework.BundleContext bc) |
Modifier and Type | Method and Description |
---|---|
String |
bundlelevel(boolean set,
boolean initial,
int level,
org.osgi.framework.Bundle[] bundles) |
String |
bundlelevel(org.osgi.framework.Bundle bundle) |
String |
frameworklevel() |
void |
frameworklevel(int level) |
String |
headers(org.osgi.framework.Bundle[] bundles) |
String |
help() |
String |
help(String name) |
String |
install(org.apache.felix.service.command.CommandSession session,
String[] urls) |
String |
lb(boolean showLoc,
boolean showSymbolic,
boolean showUpdate) |
String |
lb(boolean showLoc,
boolean showSymbolic,
boolean showUpdate,
String pattern) |
String |
log(int maxEntries,
String logLevel) |
String |
log(String logLevel) |
void |
refresh(org.osgi.framework.Bundle[] bundles) |
String |
resolve(org.osgi.framework.Bundle[] bundles) |
String |
start(boolean trans,
boolean policy,
String[] ss) |
String |
stop(boolean trans,
org.osgi.framework.Bundle[] bundles) |
String |
uninstall(org.osgi.framework.Bundle[] bundles) |
String |
update(org.osgi.framework.Bundle bundle) |
String |
update(org.apache.felix.service.command.CommandSession session,
org.osgi.framework.Bundle bundle,
String location) |
String |
which(org.osgi.framework.Bundle bundle,
String className) |
public String bundlelevel(org.osgi.framework.Bundle bundle)
public String bundlelevel(boolean set, boolean initial, int level, org.osgi.framework.Bundle[] bundles)
public String frameworklevel()
public void frameworklevel(int level)
public String headers(org.osgi.framework.Bundle[] bundles)
public String help()
public String install(org.apache.felix.service.command.CommandSession session, String[] urls) throws IOException
IOException
public String lb(boolean showLoc, boolean showSymbolic, boolean showUpdate)
public void refresh(org.osgi.framework.Bundle[] bundles)
public String resolve(org.osgi.framework.Bundle[] bundles)
public String stop(boolean trans, org.osgi.framework.Bundle[] bundles)
public String uninstall(org.osgi.framework.Bundle[] bundles)
public String update(org.osgi.framework.Bundle bundle)
public String update(org.apache.felix.service.command.CommandSession session, org.osgi.framework.Bundle bundle, String location) throws IOException
IOException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.