public class Inspect42 extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CAPABILITY |
static String |
LEGACY_BUNDLE_NAMESPACE |
static String |
LEGACY_HOST_NAMESPACE |
static String |
LEGACY_PACKAGE_NAMESPACE |
static String |
NONSTANDARD_SERVICE_NAMESPACE |
static String |
REQUIREMENT |
Constructor and Description |
---|
Inspect42(org.osgi.framework.BundleContext bc) |
Modifier and Type | Method and Description |
---|---|
void |
inspect(String direction,
String namespace,
org.osgi.framework.Bundle[] bundles) |
static boolean |
printExportedPackages(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle b) |
static boolean |
printFragmentHosts(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle b) |
static boolean |
printHostedFragments(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle b) |
static boolean |
printRequiringBundles(org.osgi.framework.BundleContext bc,
org.osgi.framework.Bundle b) |
public static final String LEGACY_PACKAGE_NAMESPACE
public static final String LEGACY_BUNDLE_NAMESPACE
public static final String LEGACY_HOST_NAMESPACE
public static final String NONSTANDARD_SERVICE_NAMESPACE
public static final String CAPABILITY
public static final String REQUIREMENT
public void inspect(String direction, String namespace, org.osgi.framework.Bundle[] bundles)
public static boolean printExportedPackages(org.osgi.framework.BundleContext bc, org.osgi.framework.Bundle b)
public static boolean printRequiringBundles(org.osgi.framework.BundleContext bc, org.osgi.framework.Bundle b)
public static boolean printHostedFragments(org.osgi.framework.BundleContext bc, org.osgi.framework.Bundle b)
public static boolean printFragmentHosts(org.osgi.framework.BundleContext bc, org.osgi.framework.Bundle b)
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.