Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.Options.Options.get

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.Options
Declared in
Options
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Options.java
get ( name : String ) → Optional<String> ( key : OptionKey<T> ) → Optional<T>
methodoverload2 overloads [source]
methodoverload2 overloads [source]
get

The value in effect at this scope, inherited from a parent scope when this one does not set it.

This is what tmux itself will act on. To ask the narrower question — whether this scope sets the option at all — look for the name in #all() , which lists only what is set here.

Raises
  • LibTmuxException – if tmux reports a value the key's type cannot hold, which means the key was declared with the wrong type

0 declared, 0 inherited

Esc

Type to search.