Class ArgumentCompleter

java.lang.Object
org.jline.reader.impl.completer.ArgumentCompleter
All Implemented Interfaces:
Completer

public class ArgumentCompleter extends Object implements Completer
A Completer implementation that invokes a child completer using the appropriate separator argument. This can be used instead of the individual completers having to know about argument parsing semantics.
Since:
2.3
Author:
Marc Prud'hommeaux, Jason Dillon