Uses of Interface
org.apache.felix.atomos.AtomosContent
-
-
Uses of AtomosContent in org.apache.felix.atomos
Methods in org.apache.felix.atomos that return AtomosContent Modifier and Type Method Description AtomosContent
Atomos. getConnectedContent(String bundleLocation)
Returns the Atomos content that is connected with the specified bundle location.Methods in org.apache.felix.atomos that return types with arguments of type AtomosContent Modifier and Type Method Description Optional<AtomosContent>
AtomosLayer. findAtomosContent(String symbolicName)
Returns the Atomos content with the given name in this layer, or if not in this layer, the parent layers.Set<AtomosContent>
AtomosLayer. getAtomosContents()
The Atomos contents contained in this layer
-