# io.github.libtmux.FindSpec.FindSpec.Builder

- **Module:** io.github.libtmux.FindSpec.FindSpec
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/FindSpec.java#L76
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-findspec-findspec-builder-16cj/

Collects what to look for, and where.

## Members

- `matching` (method) — The text to look for. Required.
- `inName` (method) — Looks in the window's name. Naming any field stops the others being searched.
- `inTitle` (method) — Looks in the window's title.
- `inContent` (method) — Looks in what the window is showing.
- `ignoringCase` (method) — Matches without regard to case.
- `asRegex` (method) — Reads the match as an extended regular expression rather than as text.
- `zooming` (method) — Zooms the pane the browser opens in.
- `build` (method) — Builds the spec.
