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