Class CommandNamesCompleter
- java.lang.Object
-
- org.apache.karaf.shell.console.completer.CommandNamesCompleter
-
- All Implemented Interfaces:
Completer
@Deprecated public class CommandNamesCompleter extends Object implements Completer
Deprecated.Completes command names
-
-
Constructor Summary
Constructors Constructor Description CommandNamesCompleter()Deprecated.CommandNamesCompleter(org.apache.felix.service.command.CommandSession session)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidcheckData()Deprecated.intcomplete(String buffer, int cursor, List<String> candidates)Deprecated.
-
-
-
Field Detail
-
COMMANDS
public static final String COMMANDS
Deprecated.- See Also:
- Constant Field Values
-
-