public final class BundleHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MANIFEST
The constant MANIFEST.MF path.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBundle(File file)
Checks whether the given file is a bundle or not.
|
static boolean |
isFragment(org.osgi.framework.Bundle bundle)
Checks if a bundle is a fragment.
|
public static final String MANIFEST
public static boolean isBundle(File file)
file - the file.public static boolean isFragment(org.osgi.framework.Bundle bundle)
bundle - the bundle to checkCopyright © 2009–2014 OW2 Chameleon. All rights reserved.