Packages

p

sbt.internal

client

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ConsoleInterface extends AnyRef
  2. class NetworkClient extends AutoCloseable

    A NetworkClient connects to a running sbt instance or starts a new instance if there isn't already one running.

    A NetworkClient connects to a running sbt instance or starts a new instance if there isn't already one running. Once connected, it can send commands for sbt to run, it can send completions to sbt and print the completions to stdout so that a shell can consume the completions or it can enter an interactive sbt shell session in which it relays io bytes between sbt and the terminal.

  3. abstract class ServerConnection extends AnyRef

Value Members

  1. object BspClient
  2. object NetworkClient

Ungrouped