public interface ModuleContainerFinder
container
for a specific bundle
location. The module container finder service is used
by a ModuleBundleFileFactory
service implementation
to find a container that can be used as the content of
a root bundle file.Modifier and Type | Method and Description |
---|---|
Container |
findContainer(java.lang.String location)
Finds a
container for the specified
bundle location. |
Container findContainer(java.lang.String location)
container
for the specified
bundle location. The bundle location is the same location
that is used to install the bundle into the framework.
The returned container will be used as the content of the
root bundle file of the bundle which has the specified location.location
- The bundle location to find a container fornull
if none
is found.