Class NullCompleter
- java.lang.Object
-
- org.apache.karaf.shell.console.completer.NullCompleter
-
- All Implemented Interfaces:
Completer
@Deprecated public class NullCompleter extends Object implements Completer
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static NullCompleter
INSTANCE
Deprecated.
-
Constructor Summary
Constructors Constructor Description NullCompleter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
complete(String buffer, int cursor, List<String> candidates)
Deprecated.
-