Interface MutableResolvedMount

  • All Superinterfaces:
    ResolvedMount

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

      • setMount

        void setMount​(Mount mount)
        Sets the backing Mount behind the ResolvedMount to the new mount. This is useful to for example decorate a Mount: For example, to decorate a Mount representing a live environment in such a way that it shows the preview.
        Parameters:
        mount -