public interface OverlayContainerFactory
Modifier and Type | Method and Description |
---|---|
<T extends OverlayContainer> |
createOverlay(java.lang.Class<T> overlayType,
ArtifactContainer b)
Create an overlay, for the requested overlayType.
|
<T extends OverlayContainer> T createOverlay(java.lang.Class<T> overlayType, ArtifactContainer b)
T
- The type that will be returnedoverlayType
- instance of the class of the type requested.b
- the container to base the overlay over.