Interface ModuleContainerGroup

All Superinterfaces:
AutoCloseable, Closeable, ContainerGroup
All Known Subinterfaces:
OutputContainerGroup

@API(since="0.0.1", status=STABLE) public interface ModuleContainerGroup extends ContainerGroup
A container group implementation that holds zero or more modules.

These modules can be accessed by their module name. Each one holds a separate group of containers, and has the ability to produce a custom class loader.

Since:
0.0.1
Author:
Ashley Scopes