Uses of Interface
org.apache.felix.atomos.AtomosLayer
-
-
Uses of AtomosLayer in org.apache.felix.atomos
Methods in org.apache.felix.atomos that return AtomosLayer Modifier and Type Method Description AtomosLayer
Atomos. addLayer(List<AtomosLayer> parents, String name, AtomosLayer.LoaderType loaderType, Path... modulePaths)
Adds a layer as a child of the specified parents and loads modules from the specified module pathsAtomosLayer
AtomosLayer. addLayer(String name, AtomosLayer.LoaderType loaderType, Path... modulePaths)
Adds a layer as a child of this layer and loads modules from the specified module pathsAtomosLayer
AtomosLayer. addModules(String name, Path path)
A convenience method that adds the modules found at the specified path to a new child layer of this layer.AtomosLayer
AtomosContent. getAtomosLayer()
The Atomos layer this Atomos content is in.AtomosLayer
Atomos. getBootLayer()
The initial Atomos boot layer.Methods in org.apache.felix.atomos that return types with arguments of type AtomosLayer Modifier and Type Method Description Set<AtomosLayer>
AtomosLayer. getChildren()
The Atomos Layer children of this layerList<AtomosLayer>
AtomosLayer. getParents()
The Atomos parents of this layerMethod parameters in org.apache.felix.atomos with type arguments of type AtomosLayer Modifier and Type Method Description AtomosLayer
Atomos. addLayer(List<AtomosLayer> parents, String name, AtomosLayer.LoaderType loaderType, Path... modulePaths)
Adds a layer as a child of the specified parents and loads modules from the specified module paths
-