org.apache.felix.gogo.command
Class Inspect

java.lang.Object
  extended by org.apache.felix.gogo.command.Inspect

public class Inspect
extends Object


Field Summary
static String BUNDLE_TYPE
           
static String CAPABILITY
           
static String FRAGMENT_TYPE
           
static String PACKAGE_TYPE
           
static String REQUIREMENT
           
static String SERVICE_TYPE
           
 
Constructor Summary
Inspect()
           
 
Method Summary
static void inspect(BundleContext bc, String type, String direction, Bundle[] bundles)
           
static void printExportedPackages(BundleContext bc, Bundle[] bundles)
           
static void printExportedServices(BundleContext bc, Bundle[] bundles)
           
static void printFragmentHosts(BundleContext bc, Bundle[] bundles)
           
static void printHostedFragments(BundleContext bc, Bundle[] bundles)
           
static void printImportedPackages(BundleContext bc, Bundle[] bundles)
           
static void printImportedServices(BundleContext bc, Bundle[] bundles)
           
static void printRequiredBundles(BundleContext bc, Bundle[] bundles)
           
static void printRequiringBundles(BundleContext bc, Bundle[] bundles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Inspect

public Inspect()
Method Detail

inspect

public static void inspect(BundleContext bc,
                           String type,
                           String direction,
                           Bundle[] bundles)

printExportedPackages

public static void printExportedPackages(BundleContext bc,
                                         Bundle[] bundles)

printImportedPackages

public static void printImportedPackages(BundleContext bc,
                                         Bundle[] bundles)

printRequiringBundles

public static void printRequiringBundles(BundleContext bc,
                                         Bundle[] bundles)

printRequiredBundles

public static void printRequiredBundles(BundleContext bc,
                                        Bundle[] bundles)

printFragmentHosts

public static void printFragmentHosts(BundleContext bc,
                                      Bundle[] bundles)

printHostedFragments

public static void printHostedFragments(BundleContext bc,
                                        Bundle[] bundles)

printExportedServices

public static void printExportedServices(BundleContext bc,
                                         Bundle[] bundles)

printImportedServices

public static void printImportedServices(BundleContext bc,
                                         Bundle[] bundles)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.