On this page
io.github.libtmux.snapshot.ServerSnapshot.ServerSnapshot.of
- Module
- io.github.libtmux.snapshot.ServerSnapshot
- Declared in
- ServerSnapshot
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/snapshot/ServerSnapshot.java
- of ( capturedAt : Instant , sessions : List<SessionState> , windows : List<WindowState> , panes : List<PaneState> , clients : List<ClientState> ) ServerSnapshot ( capturedAt : Instant , serverPid : long , sessions : List<SessionState> , windows : List<WindowState> , panes : List<PaneState> , clients : List<ClientState> ) ServerSnapshot ( capturedAt : Instant , serverPid : long , serverVersion : TmuxVersion , sessions : List<SessionState> , windows : List<WindowState> , panes : List<PaneState> , clients : List<ClientState> ) ServerSnapshot
-
Assembles a capture, checking that the listings agree with each other.
0 declared, 0 inherited