Class ComponentCommandsScrInfo
java.lang.Object
org.apache.felix.scr.impl.ComponentCommandsScrInfo
- All Implemented Interfaces:
ScrInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ComponentCommandsprivate final org.osgi.framework.BundleContext -
Constructor Summary
ConstructorsConstructorDescriptionComponentCommandsScrInfo(ComponentCommands commands, org.osgi.framework.BundleContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfig(PrintWriter out) List in text the current SCR configurationprivate org.osgi.framework.BundlefindBundle(String bsn) private CharSequenceformat(Object info, PrintWriter out, int level) private longgetBundleID(String bundleIdentifier) voidinfo(String componentId, PrintWriter out) List in text detailed information about the specified components.voidlist(String bundleIdentifier, PrintWriter out) List in text the components for the bundle specified, or all components if null, sorted by component ID
-
Field Details
-
commands
-
context
private final org.osgi.framework.BundleContext context
-
-
Constructor Details
-
ComponentCommandsScrInfo
ComponentCommandsScrInfo(ComponentCommands commands, org.osgi.framework.BundleContext context)
-
-
Method Details
-
list
Description copied from interface:ScrInfoList in text the components for the bundle specified, or all components if null, sorted by component ID -
getBundleID
-
info
Description copied from interface:ScrInfoList in text detailed information about the specified components. Components can be specified by numeric componentId, component name, a regexp to match for component name, or null for all components. -
format
-
config
Description copied from interface:ScrInfoList in text the current SCR configuration -
findBundle
-