| Package | Description |
|---|---|
| org.jboss.forge.shell | |
| org.jboss.forge.shell.command | |
| org.jboss.forge.shell.completer |
| Modifier and Type | Method and Description |
|---|---|
String |
ShellPrompt.promptCompleter(String string,
Class<? extends CommandCompleter> type)
Prompt for user input, first printing the given line, then returning user input with help from the given completer
type.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CommandCompleter> |
OptionMetadata.getCompleterType()
Return the type of the
CommandCompleter for this option. |
| Modifier and Type | Class and Description |
|---|---|
class |
NullCommandCompleter |
class |
PropertyCompleter |
class |
SimpleTokenCompleter
The simplest possible command option completer.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.