langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/JdiExecutionControlProvider.java
changeset 45868 6a58a7837e93
parent 44878 9dd9cf7919ff
equal deleted inserted replaced
45867:ca77ebd05a06 45868:6a58a7837e93
    88     /**
    88     /**
    89      * Create and return the default parameter map for this
    89      * Create and return the default parameter map for this
    90      * {@code ExecutionControlProvider}. The map can optionally be modified;
    90      * {@code ExecutionControlProvider}. The map can optionally be modified;
    91      * Modified or unmodified it can be passed to
    91      * Modified or unmodified it can be passed to
    92      * {@link #generate(jdk.jshell.spi.ExecutionEnv, java.util.Map) }.
    92      * {@link #generate(jdk.jshell.spi.ExecutionEnv, java.util.Map) }.
    93      * <table>
    93      * <table class="striped">
    94      * <caption>Parameters</caption>
    94      * <caption>Parameters</caption>
       
    95      *   <thead>
    95      *   <tr>
    96      *   <tr>
    96      *     <th>Parameter</th>
    97      *     <th scope="col">Parameter</th>
    97      *     <th>Description</th>
    98      *     <th scope="col">Description</th>
    98      *     <th>Constant Field</th>
    99      *     <th scope="col">Constant Field</th>
    99      *   </tr>
   100      *   </tr>
       
   101      *   </thead>
       
   102      *   <tbody>
   100      *   <tr>
   103      *   <tr>
   101      *     <td>remoteAgent</td>
   104      *     <th scope="row">remoteAgent</th>
   102      *     <td>the remote agent to launch</td>
   105      *     <td>the remote agent to launch</td>
   103      *     <td>{@link #PARAM_REMOTE_AGENT}</td>
   106      *     <td>{@link #PARAM_REMOTE_AGENT}</td>
   104      *   </tr>
   107      *   </tr>
   105      *   <tr>
   108      *   <tr>
   106      *     <td>timeout</td>
   109      *     <th scope="row">timeout</th>
   107      *     <td>milliseconds before connect timeout</td>
   110      *     <td>milliseconds before connect timeout</td>
   108      *     <td>{@link #PARAM_TIMEOUT}</td>
   111      *     <td>{@link #PARAM_TIMEOUT}</td>
   109      *   </tr>
   112      *   </tr>
   110      *   <tr>
   113      *   <tr>
   111      *     <td>launch</td>
   114      *     <th scope="row">launch</th>
   112      *     <td>"true" for JDI controlled launch</td>
   115      *     <td>"true" for JDI controlled launch</td>
   113      *     <td>{@link #PARAM_LAUNCH}</td>
   116      *     <td>{@link #PARAM_LAUNCH}</td>
   114      *   </tr>
   117      *   </tr>
   115      *   <tr>
   118      *   <tr>
   116      *     <td>hostname</td>
   119      *     <th scope="row">hostname</th>
   117      *     <td>connect to the named of the local host ("" for discovered)</td>
   120      *     <td>connect to the named of the local host ("" for discovered)</td>
   118      *     <td>{@link #PARAM_HOST_NAME}</td>
   121      *     <td>{@link #PARAM_HOST_NAME}</td>
   119      *   </tr>
   122      *   </tr>
       
   123      *   </tbody>
   120      * </table>
   124      * </table>
   121      *
   125      *
   122      * @return the default parameter map
   126      * @return the default parameter map
   123      */
   127      */
   124     @Override
   128     @Override