Uses of Interface
org.apache.felix.atomos.Atomos
-
-
Uses of Atomos in org.apache.felix.atomos
Methods in org.apache.felix.atomos that return Atomos Modifier and Type Method Description static Atomos
Atomos. newAtomos()
Creates a new Atomos that can be used to create a new OSGi framework instance.static Atomos
Atomos. newAtomos(Map<String,String> configuration)
Creates a new Atomos that can be used to create a new OSGi framework instance.static Atomos
Atomos. newAtomos(Map<String,String> configuration, Atomos.HeaderProvider headerProvider)
Creates a new Atomos that can be used to create a new OSGi framework instance.static Atomos
Atomos. newAtomos(Atomos.HeaderProvider headerProvider)
Creates a new Atomos that can be used to create a new OSGi framework instance.
-