package client
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ConsoleInterface extends AnyRef
-
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.
- abstract class ServerConnection extends AnyRef
Value Members
- object BspClient
- object NetworkClient