| Modifier and Type | Field and Description |
|---|---|
static String |
X_APPLICATION_URL |
static String |
X_SYSTEM_VERSION |
static String |
X_VENDOR_NAME |
static String |
X_VENDOR_URL |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfStarted() |
static Application |
from(org.osgi.framework.Bundle bundle) |
org.osgi.framework.Bundle |
getBundle() |
String |
getDisplayName() |
ApplicationKey |
getKey() |
String |
getMaxSystemVersion() |
String |
getMinSystemVersion() |
Instant |
getModifiedTime() |
String |
getSystemVersion() |
String |
getUrl() |
String |
getVendorName() |
String |
getVendorUrl() |
org.osgi.framework.Version |
getVersion() |
boolean |
isApplication() |
static boolean |
isApplication(org.osgi.framework.Bundle bundle) |
boolean |
isStarted() |
boolean |
isSystem() |
String |
toString() |
public static final String X_APPLICATION_URL
public static final String X_VENDOR_NAME
public static final String X_VENDOR_URL
public static final String X_SYSTEM_VERSION
public static Application from(org.osgi.framework.Bundle bundle)
public ApplicationKey getKey()
public org.osgi.framework.Version getVersion()
public String getDisplayName()
public String getSystemVersion()
public String getMaxSystemVersion()
public String getMinSystemVersion()
public String getUrl()
public String getVendorName()
public String getVendorUrl()
public org.osgi.framework.Bundle getBundle()
public Instant getModifiedTime()
public boolean isStarted()
public void checkIfStarted()
public boolean isApplication()
public boolean isSystem()
public static boolean isApplication(org.osgi.framework.Bundle bundle)