|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.karaf.shell.console.AbstractAction
org.apache.karaf.shell.console.OsgiCommandSupport
org.apache.karaf.shell.dev.AbstractBundleCommand
org.apache.karaf.shell.dev.DynamicImport
public class DynamicImport
Command for enabling/disabling debug logging on a bundle and calculating the difference in wired imports.
Field Summary | |
---|---|
protected static java.lang.String |
ORIGINAL_WIRES
The header key where we store the active wires when we enable DynamicImport=* |
Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport |
---|
bundleContext, usedReferences |
Fields inherited from class org.apache.karaf.shell.console.AbstractAction |
---|
log, session |
Constructor Summary | |
---|---|
DynamicImport()
|
Method Summary | |
---|---|
protected void |
doExecute(org.osgi.framework.Bundle bundle)
|
Methods inherited from class org.apache.karaf.shell.dev.AbstractBundleCommand |
---|
doExecute, getPackageAdmin, getWiredBundles |
Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport |
---|
execute, getAllServices, getBundleContext, getService, setBundleContext, ungetServices |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String ORIGINAL_WIRES
Constructor Detail |
---|
public DynamicImport()
Method Detail |
---|
protected void doExecute(org.osgi.framework.Bundle bundle) throws Exception
doExecute
in class AbstractBundleCommand
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |