|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Shell | |
|---|---|
| org.jboss.forge.shell | |
| org.jboss.forge.shell.command | |
| org.jboss.forge.shell.util | |
| Uses of Shell in org.jboss.forge.shell |
|---|
| Constructors in org.jboss.forge.shell with parameters of type Shell | |
|---|---|
Wait(Shell shell)
|
|
| Uses of Shell in org.jboss.forge.shell.command |
|---|
| Methods in org.jboss.forge.shell.command with parameters of type Shell | |
|---|---|
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. |
| Uses of Shell in org.jboss.forge.shell.util |
|---|
| Methods in org.jboss.forge.shell.util with parameters of type Shell | |
|---|---|
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)
|
|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||