public abstract class OsgiHeaderUtils extends Object
| Constructor and Description |
|---|
OsgiHeaderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getBundleClassPath(org.osgi.framework.Bundle bundle) |
static String[] |
getRequireBundle(org.osgi.framework.Bundle bundle) |
static String[] |
parseRequiredBundleString(String entry)
Parses the required bundle entry to determine the bundle symbolic name
and version.
|
public static String[] getBundleClassPath(org.osgi.framework.Bundle bundle)
public static String[] getRequireBundle(org.osgi.framework.Bundle bundle)
public static String[] parseRequiredBundleString(String entry)
string - required bundle entryCopyright © 2006-2013. All Rights Reserved.