@Beta public interface Module
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
getBundle() |
ClassLoader |
getClassLoader() |
Form |
getConfig() |
String |
getDisplayName() |
ModuleKey |
getKey() |
String |
getMaxSystemVersion() |
MixinNames |
getMetaSteps() |
String |
getMinSystemVersion() |
Instant |
getModifiedTime() |
URL |
getResource(String path) |
Set<String> |
getResourcePaths() |
String |
getSystemVersion() |
String |
getUrl() |
String |
getVendorName() |
String |
getVendorUrl() |
ModuleVersion |
getVersion() |
boolean |
isStarted() |
ModuleKey getKey()
ModuleVersion getVersion()
String getDisplayName()
String getSystemVersion()
String getMaxSystemVersion()
String getMinSystemVersion()
String getUrl()
String getVendorName()
String getVendorUrl()
Form getConfig()
org.osgi.framework.Bundle getBundle()
MixinNames getMetaSteps()
Instant getModifiedTime()
boolean isStarted()
ClassLoader getClassLoader()