public class EquinoxBundlesState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
PROPS |
| Modifier and Type | Method and Description |
|---|---|
BundleInfo[] |
convertState(BundleDescription[] bundles) |
BundleInfo[] |
getExpectedState() |
BundleInfo[] |
getPrerequisteBundles(BundleInfo bInfo) |
BundleInfo |
getSystemBundle() |
protected static java.io.File |
getSystemBundleFromBundleInfos(ConfigData configData) |
BundleInfo[] |
getSystemFragmentedBundles() |
java.lang.String[] |
getUnsatisfiedConstraints(BundleInfo bInfo) |
void |
installBundle(BundleInfo bInfo) |
boolean |
isFullySupported() |
boolean |
isResolved() |
boolean |
isResolved(BundleInfo bInfo) |
static java.io.File |
isSystemBundle(BundleInfo bundleInfo) |
void |
resolve(boolean increment) |
java.lang.String |
toString() |
void |
uninstallBundle(BundleInfo bInfo) |
protected static java.io.File getSystemBundleFromBundleInfos(ConfigData configData)
public static java.io.File isSystemBundle(BundleInfo bundleInfo)
public BundleInfo[] convertState(BundleDescription[] bundles)
public BundleInfo[] getExpectedState()
throws FrameworkAdminRuntimeException
FrameworkAdminRuntimeExceptionpublic BundleInfo[] getPrerequisteBundles(BundleInfo bInfo)
public BundleInfo getSystemBundle()
public BundleInfo[] getSystemFragmentedBundles()
public java.lang.String[] getUnsatisfiedConstraints(BundleInfo bInfo)
public void installBundle(BundleInfo bInfo)
throws FrameworkAdminRuntimeException
FrameworkAdminRuntimeExceptionpublic boolean isFullySupported()
public boolean isResolved()
public boolean isResolved(BundleInfo bInfo)
public void resolve(boolean increment)
public java.lang.String toString()
toString in class java.lang.Objectpublic void uninstallBundle(BundleInfo bInfo)
throws FrameworkAdminRuntimeException
FrameworkAdminRuntimeException