public class BundleCompatibility extends Object
| Constructor and Description |
|---|
BundleCompatibility(String bundleSymbolicName,
BundleInfo currentBundle,
BundleInfo baseBundle,
URLClassLoader oldJarsLoader,
URLClassLoader newJarsLoader) |
BundleCompatibility(String bundleSymbolicName,
BundleInfo currentBundle,
BundleInfo baseBundle,
URLClassLoader oldJarsLoader,
URLClassLoader newJarsLoader,
List<String> excludes) |
| Modifier and Type | Method and Description |
|---|---|
VersionChange |
getBundleChange() |
String |
getBundleElement() |
Map<String,VersionChange> |
getPackageChanges() |
StringBuilder |
getPkgElements() |
BundleCompatibility |
invoke() |
boolean |
isBundleVersionCorrect() |
public BundleCompatibility(String bundleSymbolicName, BundleInfo currentBundle, BundleInfo baseBundle, URLClassLoader oldJarsLoader, URLClassLoader newJarsLoader)
public BundleCompatibility(String bundleSymbolicName, BundleInfo currentBundle, BundleInfo baseBundle, URLClassLoader oldJarsLoader, URLClassLoader newJarsLoader, List<String> excludes)
public VersionChange getBundleChange()
public Map<String,VersionChange> getPackageChanges()
public String getBundleElement()
public StringBuilder getPkgElements()
public boolean isBundleVersionCorrect()
public BundleCompatibility invoke() throws IOException
IOExceptionCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.