Package | Description |
---|---|
<Unnamed> | |
org.jboss.aesh.cl.completer | |
org.jboss.aesh.console.command.completer | |
org.jboss.aesh.console.man |
Modifier and Type | Method and Description |
---|---|
void |
AeshExample.LessCompleter.complete(CompleterInvocation completerData) |
Modifier and Type | Interface and Description |
---|---|
interface |
OptionCompleter<T extends CompleterInvocation>
Complete the given input for an option value.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleterData
A payload object to store completion values for an Option
Offset is only needed to change if the there is only one completion value
and the value is not replacing the current given value, but appending.
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanOptionCompleter.complete(CompleterInvocation completerData) |
void |
NullOptionCompleter.complete(CompleterInvocation completerData) |
void |
DefaultValueOptionCompleter.complete(CompleterInvocation completerData) |
void |
FileOptionCompleter.complete(CompleterInvocation completerData) |
Modifier and Type | Interface and Description |
---|---|
interface |
CompleterInvocationProvider<T extends CompleterInvocation> |
Modifier and Type | Method and Description |
---|---|
CompleterInvocation |
AeshCompleterInvocationProvider.enhanceCompleterInvocation(CompleterInvocation completerInvocation) |
Modifier and Type | Method and Description |
---|---|
T |
CompleterInvocationProvider.enhanceCompleterInvocation(CompleterInvocation completerInvocation) |
CompleterInvocation |
AeshCompleterInvocationProvider.enhanceCompleterInvocation(CompleterInvocation completerInvocation) |
Modifier and Type | Method and Description |
---|---|
void |
Man.ManCompleter.complete(CompleterInvocation completerData) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.