On this page
io.github.libtmux.snapshot.ServerSnapshot.ServerSnapshot
- Module
- io.github.libtmux.snapshot.ServerSnapshot
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/snapshot/ServerSnapshot.java
-
One tmux hierarchy, as it was at one moment.
<p>Every question below is answered from what was captured, so traversing a snapshot issues no commands and cannot observe a half-changed server. It claims a moment rather than current truth: tmux offers no transaction across separate listings, and pretending otherwise would be a promise this cannot keep.
13 declared, 0 inherited
Members
- capturedAt method When this capture was taken.
- clients method Every attached client.
- of method Assembles a capture, checking that the listings agree with each other.
- panes method Every pane, in tmux's order.
- panesOf method The panes under one winlink, in order. Empty when the capture never saw that winlink.
- serverPid method The tmux process that produced this capture, absent when assembled from detached state.
- serverVersion method The tmux version that produced this capture, absent when assembled from detached state.
- session method The session with this id, if the capture saw it.
- sessions method Every session, in tmux's order.
- toString method
- window method The winlink at this exact position, if the capture saw it.
- windows method Every winlink, in tmux's order, including a window linked into more than one session twice.
- windowsOf method The winlinks in one session, in order. Empty when the capture never saw that session.