public class BundleHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUNDLE_MANIFEST_VERSION |
| 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 BUNDLE_MANIFEST_VERSION
public static boolean isBundle(File file)
file - the file.public static boolean isFragment(org.osgi.framework.Bundle bundle)
bundle - the bundle to checkCopyright © 2014 OW2 Chameleon. All rights reserved.