Interface ShellContext

All Known Implementing Classes:
DefaultShellContext

public interface ShellContext
Interface defining a contract for a context which allows to loosely connect different components together and keep things alive between commands.
  • Method Details

    • getInteractionMode

      InteractionMode getInteractionMode()
      Gets an interaction mode.
      Returns:
      a current interaction mode
    • setInteractionMode

      void setInteractionMode(InteractionMode interactionMode)
      Sets an interaction mode.
      Parameters:
      interactionMode - the interaction mode