Uses of Interface
org.apache.felix.atomos.Atomos.HeaderProvider
-
-
Uses of Atomos.HeaderProvider in org.apache.felix.atomos
Methods in org.apache.felix.atomos with parameters of type Atomos.HeaderProvider Modifier and Type Method Description 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.
-