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 AtomosLayerAtomos. 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 pathsAtomosLayerAtomosLayer. addLayer(String name, AtomosLayer.LoaderType loaderType, Path... modulePaths)Adds a layer as a child of this layer and loads modules from the specified module pathsAtomosLayerAtomosLayer. 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.AtomosLayerAtomosContent. getAtomosLayer()The Atomos layer this Atomos content is in.AtomosLayerAtomos. 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 AtomosLayerAtomos. 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
-