Class AbstractGetShellResult

java.lang.Object
com.jsql.view.swing.interaction.AbstractGetShellResult
All Implemented Interfaces:
InteractionCommand
Direct Known Subclasses:
GetSQLShellResult, GetWebShellResult

public class AbstractGetShellResult extends Object implements InteractionCommand
Append the result of a command in the terminal.
  • Constructor Details

    • AbstractGetShellResult

      public AbstractGetShellResult(Object[] interactionParams)
      Parameters:
      interactionParams - The unique identifier of the terminal and the command's result to display
  • Method Details