Interface OverlayContainerFactory


  • public interface OverlayContainerFactory
    Factory for obtaining OverlayContainers.
    • Method Detail

      • createOverlay

        <T extends OverlayContainer> T createOverlay​(java.lang.Class<T> overlayType,
                                                     ArtifactContainer b)
        Create an overlay, for the requested overlayType.
        Type Parameters:
        T - The type that will be returned
        Parameters:
        overlayType - instance of the class of the type requested.
        b - the container to base the overlay over.
        Returns:
        Instance of T, or null if unable to handle request.