public interface

CompletionHandler

jline.console.completer.CompletionHandler
Known Indirect Subclasses

Class Overview

Handler for dealing with candidates for tab-completion.

Summary

Public Methods
abstract boolean complete(ConsoleReader reader, List<CharSequence> candidates, int position)

Public Methods

public abstract boolean complete (ConsoleReader reader, List<CharSequence> candidates, int position)

Throws
IOException