io.github.libtmux.snapshot.ServerSnapshot.ServerSnapshot
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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.
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
- clients method Every attached client.
- panes method Every pane, in tmux's order.
- sessions method Every session, in tmux's order.
- windows method Every winlink, in tmux's order, including a window linked into more than one session twice.
- capturedAt method When this capture was taken.
- of method Assembles a capture tied to the live tmux process and version that produced it.
- 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.
- toString method
- window method The winlink at this exact position, if the capture saw it.
- windowsOf method The winlinks in one session, in order. Empty when the capture never saw that session.