Class Completers

java.lang.Object
org.jline.builtins.Completers

public class Completers extends Object
Provides a collection of completion-related classes and utilities for JLine applications.

This class contains various completer implementations that can be used to provide tab-completion functionality in command-line applications. These include:

  • Command and argument completion
  • File and directory name completion
  • Tree-based completion
  • Regular expression-based completion
  • Command option completion

These completers can be combined and configured to provide sophisticated completion behavior for command-line interfaces.

  • Constructor Details

    • Completers

      public Completers()