Interface PreviewDecorator


  • public interface PreviewDecorator
    This is an INTERNAL USAGE ONLY API. Clients should not cast to these interfaces as they should never be used from client code

    A mount decorator can decorate a Mount to act like a preview Mount.

    • Method Detail

      • decorateMountAsPreview

        Mount decorateMountAsPreview​(Mount mount)
        This method decorates the mount to a preview Mount.
        Parameters:
        mount - the mount to decorate
        Returns:
        the decorated Mount