| Interface | Description |
|---|---|
| IContainerCreator |
A callback function to create a container object.
|
| IContainerResolver |
The common interface for all container resolvers.
|
| Class | Description |
|---|---|
| AArchiveBundleContainerResolver |
Common data and behavior for resolvers that handle bundle archives
(i.e.
|
| AContainerResolver |
Common implementation for container resolvers.
|
| AEmbeddableContainerResolver |
Abstract superclass for all container resolvers that are handling containers
that can be embedded in other containers.
|
| ContainerResolverFactory |
This class is responsible to create the appropriate container resolver
for a given container specification.
|
| ContainerTypeDetector |
This class is responsible to detect the type of a container file.
|
| EarContainerResolver |
This resolver loads classes and other containers bundled inside an EAR file
according to the structure documented at
https://docs.oracle.com/javaee/6/tutorial/doc/bnaby.html
|
| EclipseClasspathContainerResolver |
This resolver is responsible to determine all referred containers from
a given ".classpath" file recursively through all defined dependencies.
|
| FilePatternContainerResolver |
Common functionality for container resolver that are based on a pattern
for multiple files.
|
| JarAndDirectoryContainerResolver |
This resolver loads container information from Java class folders or
Java archive (JAR) files.
|
| OdemXmlContainerResolver |
This resolver can load container information from ODEM models that are
stored as XML files.
|
| OsgiBundleContainerResolver |
This resolver is responsible to determine all containers provided by
a single OSGI bundle, including the OSGI bundle itself.
|
| SpringBootJarContainerResolver |
This resolver is responsible to determine all containers provided by
a single Spring-Boot JAR.
|
| WarContainerResolver |
This resolver loads container information from WEB-INF/classes folder and
JAR files that are bundled inside a WAR file under WEB-INF/lib.
|