Uses of Class
org.apache.felix.atomos.AtomosLayer.LoaderType
-
-
Uses of AtomosLayer.LoaderType in org.apache.felix.atomos
Methods in org.apache.felix.atomos that return AtomosLayer.LoaderType Modifier and Type Method Description AtomosLayer.LoaderTypeAtomosLayer. getLoaderType()Returns the loader type used for this Atomos layer.static AtomosLayer.LoaderTypeAtomosLayer.LoaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static AtomosLayer.LoaderType[]AtomosLayer.LoaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.felix.atomos with parameters of type AtomosLayer.LoaderType 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 paths
-