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.LoaderType
AtomosLayer. getLoaderType()
Returns the loader type used for this Atomos layer.static AtomosLayer.LoaderType
AtomosLayer.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 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 paths
-