Class Completers.TreeCompleter

java.lang.Object
org.jline.builtins.Completers.TreeCompleter
All Implemented Interfaces:
Completer
Enclosing class:
Completers

public static class Completers.TreeCompleter extends Object implements Completer
A completer that supports hierarchical command structures.

This completer allows defining a tree of command nodes, where each node can have its own completer and child nodes. It's useful for implementing command hierarchies where different completions are available at different levels of the command structure.