public abstract class BaseAppDisplay extends java.lang.Object implements AppDisplay
APP_TITLE_UNCATEGORIZED| Constructor and Description |
|---|
BaseAppDisplay() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBundle(org.osgi.framework.Bundle bundle) |
int |
compareTo(AppDisplay appDisplay) |
java.util.List<org.osgi.framework.Bundle> |
getBundles() |
java.util.List<ModuleGroupDisplay> |
getModuleGroupDisplays() |
int |
getState() |
boolean |
hasModuleGroups() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getDisplayURL, getIconURL, getStoreURL, getTitle, getVersion, isRequiredpublic void addBundle(org.osgi.framework.Bundle bundle)
addBundle in interface AppDisplaypublic int compareTo(AppDisplay appDisplay)
compareTo in interface java.lang.Comparable<AppDisplay>public java.util.List<org.osgi.framework.Bundle> getBundles()
getBundles in interface AppDisplaypublic java.util.List<ModuleGroupDisplay> getModuleGroupDisplays()
getModuleGroupDisplays in interface AppDisplaypublic int getState()
getState in interface AppDisplaypublic boolean hasModuleGroups()
hasModuleGroups in interface AppDisplay