Package | Description |
---|---|
io.earcam.instrumental.archive.osgi |
Modifier and Type | Method and Description |
---|---|
static AsOsgiBundle |
AsOsgiBundle.asOsgiBundle()
asOsgiBundle.
|
AsOsgiBundle |
AsOsgiBundle.autoImporting() |
AsOsgiBundle |
AsOsgiBundle.autoImporting(List<PackageBundleMapper> mappers) |
default AsOsgiBundle |
AsOsgiBundle.autoImporting(PackageBundleMapper... mappers) |
default AsOsgiBundle |
AsOsgiBundle.exporting(Class<?> type)
Export-Package without attributes or directives |
AsOsgiBundle |
AsOsgiBundle.exporting(Class<?> type,
ClauseParameters parameters) |
default AsOsgiBundle |
AsOsgiBundle.exporting(Package paquet,
ClauseParameters parameters) |
AsOsgiBundle |
AsOsgiBundle.exporting(Predicate<String> exportMatcher,
ClauseParameters parameters)
Export-Package using a predicate string matching. |
AsOsgiBundle |
AsOsgiBundle.exporting(String paquet,
ClauseParameters parameters) |
default AsOsgiBundle |
AsOsgiBundle.importing(String paquet) |
AsOsgiBundle |
AsOsgiBundle.importing(String paquet,
ClauseParameters parameters) |
default AsOsgiBundle |
AsOsgiBundle.named(String symbolicName) |
AsOsgiBundle |
AsOsgiBundle.named(String symbolicName,
ClauseParameters parameters) |
AsOsgiBundle |
AsOsgiBundle.withActivator(Class<?> activator) |
AsOsgiBundle |
AsOsgiBundle.withActivator(String canonicalName) |
Copyright © 2018 earcam. All rights reserved.