public class BundlesMap
extends java.util.HashMap<java.lang.String,org.osgi.framework.Bundle>
| Constructor and Description |
|---|
BundlesMap(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
getBundle(org.osgi.framework.Bundle bundle) |
org.osgi.framework.Bundle |
getBundle(com.liferay.marketplace.model.Module module) |
static java.lang.String |
getKey(org.osgi.framework.Bundle bundle) |
static java.lang.String |
getKey(com.liferay.marketplace.model.Module module) |
void |
load(java.util.List<org.osgi.framework.Bundle> bundles) |
org.osgi.framework.Bundle |
removeBundle(org.osgi.framework.Bundle bundle) |
org.osgi.framework.Bundle |
removeBundle(com.liferay.marketplace.model.Module module) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic static java.lang.String getKey(org.osgi.framework.Bundle bundle)
public static java.lang.String getKey(com.liferay.marketplace.model.Module module)
public org.osgi.framework.Bundle getBundle(org.osgi.framework.Bundle bundle)
public org.osgi.framework.Bundle getBundle(com.liferay.marketplace.model.Module module)
public void load(java.util.List<org.osgi.framework.Bundle> bundles)
public org.osgi.framework.Bundle removeBundle(org.osgi.framework.Bundle bundle)
public org.osgi.framework.Bundle removeBundle(com.liferay.marketplace.model.Module module)