@Deprecated public class CommandsCompleter extends Object implements Completer
CommandsCompleter but does not use OSGi but is
instead used from the non-OSGi Main| Modifier and Type | Class and Description |
|---|---|
protected static class |
CommandsCompleter.ScopeComparator
Deprecated.
|
| Constructor and Description |
|---|
CommandsCompleter()
Deprecated.
|
CommandsCompleter(org.apache.felix.service.command.CommandSession session)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Completer>[] |
checkData()
Deprecated.
|
int |
complete(String buffer,
int cursor,
List<String> candidates)
Deprecated.
|
void |
dispose()
Deprecated.
|
protected String |
getCompletionType()
Deprecated.
|
protected List<String> |
getCurrentScopes()
Deprecated.
|
protected String |
getCurrentSubShell()
Deprecated.
|
protected void |
sort(Map<String,Completer>[] completers,
List<String> scopes)
Deprecated.
|
protected String |
stripScope(String name)
Deprecated.
|
static org.apache.felix.service.command.Function |
unProxy(org.apache.felix.service.command.Function function)
Deprecated.
|
public static final String COMMANDS
public CommandsCompleter()
public CommandsCompleter(org.apache.felix.service.command.CommandSession session)
public void dispose()
protected String getCurrentSubShell()
protected String getCompletionType()
public static org.apache.felix.service.command.Function unProxy(org.apache.felix.service.command.Function function)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.