Package org.apache.karaf.shell.console
Interface Completer
-
- All Known Implementing Classes:
AggregateCompleter,ArgumentCompleter,ArgumentCompleter.ProxyServiceCompleter,ArgumentCompleter.ProxyServiceCompleter,CommandNamesCompleter,CommandsCompleter,FileCompleter,NullCompleter,OldArgumentCompleter,StringsCompleter
@Deprecated public interface Completer
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intcomplete(String buffer, int cursor, List<String> candidates)Deprecated.
-