@Beta public interface Application
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
getBundle() |
ClassLoader |
getClassLoader() |
String |
getDisplayName() |
Set<String> |
getFiles() |
ApplicationKey |
getKey() |
String |
getMaxSystemVersion() |
String |
getMinSystemVersion() |
Instant |
getModifiedTime() |
String |
getSystemVersion() |
String |
getUrl() |
String |
getVendorName() |
String |
getVendorUrl() |
org.osgi.framework.Version |
getVersion() |
boolean |
hasSiteDescriptor() |
boolean |
isStarted() |
URL |
resolveFile(String path) |
ApplicationKey getKey()
org.osgi.framework.Version getVersion()
String getDisplayName()
String getSystemVersion()
String getMaxSystemVersion()
String getMinSystemVersion()
String getUrl()
String getVendorName()
String getVendorUrl()
org.osgi.framework.Bundle getBundle()
ClassLoader getClassLoader()
Instant getModifiedTime()
boolean isStarted()
boolean hasSiteDescriptor()