Package jline
Class NullCompletor
java.lang.Object
jline.NullCompletor
- All Implemented Interfaces:
Completor
A completor that does nothing. Useful as the last item in an
ArgumentCompletor
.
- Author:
- Marc Prud'hommeaux
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullCompletor
public NullCompletor()
-
-
Method Details