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 AtomosAtomos. newAtomos()Creates a new Atomos that can be used to create a new OSGi framework instance.static AtomosAtomos. newAtomos(Map<String,String> configuration)Creates a new Atomos that can be used to create a new OSGi framework instance.static AtomosAtomos. newAtomos(Map<String,String> configuration, Atomos.HeaderProvider headerProvider)Creates a new Atomos that can be used to create a new OSGi framework instance.static AtomosAtomos. newAtomos(Atomos.HeaderProvider headerProvider)Creates a new Atomos that can be used to create a new OSGi framework instance.
-