Package | Description |
---|---|
org.jboss.aesh.cl.parser |
Modifier and Type | Class and Description |
---|---|
class |
AeshCommandLineCompletionParser |
Modifier and Type | Method and Description |
---|---|
CommandLineCompletionParser |
ParsedCompleteObject.getCompletionParser() |
CommandLineCompletionParser |
CommandLineParser.getCompletionParser() |
CommandLineCompletionParser |
AeshCommandLineParser.getCompletionParser() |
Constructor and Description |
---|
ParsedCompleteObject(boolean displayArguments,
CommandLineCompletionParser completionParser) |
ParsedCompleteObject(boolean displayOptions,
String name,
int offset,
boolean completeOptionName,
CommandLineCompletionParser completionParser) |
ParsedCompleteObject(boolean displayOptions,
String name,
int offset,
CommandLineCompletionParser completionParser) |
ParsedCompleteObject(String name,
String value,
Class<?> type,
boolean option,
boolean completeOptionName,
CommandLineCompletionParser completionParser) |
ParsedCompleteObject(String name,
String value,
Class<?> type,
boolean option,
CommandLineCompletionParser completionParser) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.