| Package | Description |
|---|---|
| org.jboss.forge.shell | |
| org.jboss.forge.shell.command | |
| org.jboss.forge.shell.completer | |
| org.jboss.forge.shell.util |
| Constructor and Description |
|---|
Wait(Shell shell) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PluginMetadata.constrantsSatisfied(Shell shell)
Return true if all constraints defined on this plugin (such as
RequiresProject or RequiresFacet)
are satisfied by the current project (if available) and getCurrentResource() scope. |
CommandMetadata |
PluginMetadata.getCommand(String name,
Shell shell)
Get the command with the given name if it exists in this plugin, and is available in the current
getCurrentResource() scope. |
List<CommandMetadata> |
PluginMetadata.getCommands(Shell shell)
For the
getCurrentResource() scope, return a list of all available commands defined by this plugin. |
PluginMetadata |
PluginRegistry.getPluginMetadataForScopeAndConstraints(String name,
Shell shell)
Resolves a single
PluginMetadata instance representing the singular type that is in scope, and satisfied
by the current project constraints such as RequiresProject or RequiresFacet |
boolean |
PluginMetadata.hasCommand(String name,
Shell shell)
Return true if this plugin defines a command with the given name in the current
getCurrentResourceScope() |
boolean |
PluginMetadata.isSetupAvailable(Shell shell)
Return true if
PluginMetadata.hasSetupCommand() returns true, and it is available in the current scope. |
| Constructor and Description |
|---|
PropertyCompleter(Shell shell) |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnPrinter.OutputAttributes |
ColumnPrinter.calculateOutputAttributes(List<String> rawList,
Shell shell) |
protected ColumnPrinter.OutputAttributes |
ColumnPrinter.calculateOutputAttributes(List<String> rawList,
Shell shell,
ColumnPrinter.OutputAttributes in) |
void |
ColumnPrinter.printOutColumns(List<String> rawList,
ShellPrintWriter out,
Shell shell,
boolean sort) |
protected void |
ColumnPrinter.printOutColumns(List<String> rawList,
ShellPrintWriter out,
Shell shell,
ColumnPrinter.FormatCallback callback,
boolean sort) |
void |
ColumnPrinter.printOutTables(List<String> list,
boolean[] columns,
Shell shell) |
void |
ColumnPrinter.printOutTables(List<String> list,
int cols,
Shell shell) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.