archive.osgi

Archive extension for OSGi bundles

Programmatically read and write OSGi bundles


Dependency Graph

Module Dependency

Examples

The following on OSGi bundle with the specified activator (validating that it implements BundleActivator):

		Archive archive = archive()
				.configured(asOsgiBundle()
						.named("sym.nom")
						.withActivator(DummyActivator.class))
				.toObjectModel();

(source).



Back to top

Version: 0.1.0. Last Published: 2018-10-08.

Earcam Maven Skin.