View Javadoc
1   /*******************************************************************************
2    * Copyhacked (H) 2012-2020.
3    * This program and the accompanying materials
4    * are made available under no term at all, use it like
5    * you want, but share and discuss about it
6    * every time possible with every body.
7    * 
8    * Contributors:
9    *      ron190 at ymail dot com - initial implementation
10   ******************************************************************************/
11  package com.jsql.view.terminal.interaction;
12  
13  
14  /**
15   * Append the result of a command in the terminal.
16   */
17  public class GetWebShellResult extends AbstractGetShellResult {
18      public GetWebShellResult(Object[] interactionParams) {
19          super(interactionParams);
20      }
21  }