On this page
io.github.libtmux.ServerConfig.ServerConfig.Builder
- Module
- io.github.libtmux.ServerConfig
- Declared in
- ServerConfig
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/ServerConfig.java
-
Collects the choices;
#build()checks them.
5 declared, 0 inherited
Members
- binary method Sets the tmux executable.
- build method Builds an immutable config, rejecting choices that could only fail later.
- configFile method Pins the config file tmux reads, which is how a test isolates itself from a user's own.
- defaultTimeout method Sets the deadline a request gets when the caller does not supply one.
- endpoint method Sets which server to talk to.