Package | Description |
---|---|
org.apache.karaf.shell.console | |
org.apache.karaf.shell.console.commands | |
org.apache.karaf.shell.console.completer | |
org.apache.karaf.shell.console.jline |
Modifier and Type | Method and Description |
---|---|
List<Completer> |
CompletableFunction.getCompleters() |
Map<String,Completer> |
CompletableFunction.getOptionalCompleters() |
Modifier and Type | Field and Description |
---|---|
protected List<Completer> |
BlueprintCommand.completers |
protected Map<String,Completer> |
BlueprintCommand.optionalCompleters |
Modifier and Type | Method and Description |
---|---|
List<Completer> |
BlueprintCommand.getCompleters() |
Map<String,Completer> |
BlueprintCommand.getOptionalCompleters() |
Modifier and Type | Method and Description |
---|---|
void |
BlueprintCommand.setCompleters(List<Completer> completers) |
void |
BlueprintCommand.setOptionalCompleters(Map<String,Completer> optionalCompleters) |
Modifier and Type | Class and Description |
---|---|
class |
AggregateCompleter
Completer which contains multipule completers and aggregates them together.
|
class |
ArgumentCompleter |
class |
CommandNamesCompleter
Completes command names
|
class |
CommandsCompleter
Like the
CommandsCompleter but does not use OSGi but is
instead used from the non-OSGi Main |
class |
FileCompleter
A completer for file names
|
class |
NullCompleter |
class |
StringsCompleter
Completer for a set of strings.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ArgumentCompleter.verifyCompleter(Completer completer,
String argument) |
Constructor and Description |
---|
AggregateCompleter(Collection<Completer> completers) |
Constructor and Description |
---|
CompleterAsCompletor(Completer completer) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.