org.apache.felix.gogo.command
Class Inspect
java.lang.Object
org.apache.felix.gogo.command.Inspect
public class Inspect
- extends Object
Method Summary |
static void |
inspect(org.osgi.framework.BundleContext bc,
String type,
String direction,
org.osgi.framework.Bundle[] bundles)
|
static void |
printExportedPackages(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
static void |
printExportedServices(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
static void |
printFragmentHosts(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
static void |
printHostedFragments(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
static void |
printImportedPackages(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
static void |
printImportedServices(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
static void |
printRequiredBundles(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
static void |
printRequiringBundles(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACKAGE_TYPE
public static final String PACKAGE_TYPE
- See Also:
- Constant Field Values
BUNDLE_TYPE
public static final String BUNDLE_TYPE
- See Also:
- Constant Field Values
FRAGMENT_TYPE
public static final String FRAGMENT_TYPE
- See Also:
- Constant Field Values
SERVICE_TYPE
public static final String SERVICE_TYPE
- See Also:
- Constant Field Values
CAPABILITY
public static final String CAPABILITY
- See Also:
- Constant Field Values
REQUIREMENT
public static final String REQUIREMENT
- See Also:
- Constant Field Values
Inspect
public Inspect()
inspect
public static void inspect(org.osgi.framework.BundleContext bc,
String type,
String direction,
org.osgi.framework.Bundle[] bundles)
printExportedPackages
public static void printExportedPackages(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
printImportedPackages
public static void printImportedPackages(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
printRequiringBundles
public static void printRequiringBundles(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
printRequiredBundles
public static void printRequiredBundles(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
printFragmentHosts
public static void printFragmentHosts(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
printHostedFragments
public static void printHostedFragments(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
printExportedServices
public static void printExportedServices(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
printImportedServices
public static void printImportedServices(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle[] bundles)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.