Module org.apache.felix.atomos
@Export @Version("1.0.0") @Requirement(namespace="osgi.ee", filter="(&(osgi.ee=JavaSE)(version=1.8))")
Package org.apache.felix.atomos
-
Interface Summary Interface Description Atomos Atomos can be used for creating new OSGiFramework
instances with bundles loaded from the module or class path.Atomos.HeaderProvider A function that maps eachAtomosContent
location
and its existing headers to a new optional map of headers to be used for theheaders
of theConnectContent
.AtomosContent Atomos Content provides information about content discovered by the Atomos runtime which can be installed as a connected bundle into an OSGi Framework.AtomosLayer An Atomos Layer may represents aModuleLayer
that was added to aAtomos
using theAtomosLayer.addLayer(String, LoaderType, Path...)
addLayer} method or the Atomos Layer could represent theboot layer
. -
Enum Summary Enum Description AtomosLayer.LoaderType The loader type used for the class loaders of an Atomos layer.