Class Completers.RegexCompleter

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

public static class Completers.RegexCompleter extends Object implements Completer
A completer that uses regular expressions to match command patterns.

This completer uses a non-deterministic finite automaton (NFA) to match command patterns and provide appropriate completions based on the current state of the command line.