Class CommandsCompleter
- java.lang.Object
-
- org.apache.karaf.shell.console.completer.CommandsCompleter
-
- All Implemented Interfaces:
Completer
@Deprecated public class CommandsCompleter extends Object implements Completer
Deprecated.Like theCommandsCompleterbut does not use OSGi but is instead used from the non-OSGiorg.apache.karaf.shell.console.impl.Main.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCommandsCompleter.ScopeComparatorDeprecated.
-
Constructor Summary
Constructors Constructor Description CommandsCompleter()Deprecated.CommandsCompleter(org.apache.felix.service.command.CommandSession session)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Map<String,Completer>[]checkData()Deprecated.intcomplete(String buffer, int cursor, List<String> candidates)Deprecated.voiddispose()Deprecated.protected StringgetCompletionType()Deprecated.protected List<String>getCurrentScopes()Deprecated.protected StringgetCurrentSubShell()Deprecated.protected voidsort(Map<String,Completer>[] completers, List<String> scopes)Deprecated.protected StringstripScope(String name)Deprecated.static org.apache.felix.service.command.FunctionunProxy(org.apache.felix.service.command.Function function)Deprecated.
-
-
-
Field Detail
-
COMMANDS
public static final String COMMANDS
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
dispose
public void dispose()
Deprecated.
-
getCurrentSubShell
protected String getCurrentSubShell()
Deprecated.
-
getCompletionType
protected String getCompletionType()
Deprecated.
-
unProxy
public static org.apache.felix.service.command.Function unProxy(org.apache.felix.service.command.Function function)
Deprecated.
-
-