| Package | Description |
|---|---|
| org.jboss.forge.shell | |
| org.jboss.forge.shell.util |
| Modifier and Type | Method and Description |
|---|---|
static ShellColor |
ShellColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShellColor[] |
ShellColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShellPrintWriter.print(ShellColor color,
String output)
Print color output to the console.
|
void |
ShellPrintWriter.println(ShellColor color,
String output)
Print color output to the console, followed by the newline character.
|
void |
Shell.printlnVerbose(ShellColor color,
String output)
Write color output to the console, only if
Shell.isVerbose() == true. |
String |
ShellPrintWriter.renderColor(ShellColor color,
String output)
Render a color for the current terminal emulation by encapsulating the string is the appropriate escape codes
|
| Modifier and Type | Field and Description |
|---|---|
static ShellColor |
JavaColorizer.CLR_ANNOTATION |
static ShellColor |
JavaColorizer.CLR_COMMENT |
static ShellColor |
JavaColorizer.CLR_KEYWORD |
static ShellColor |
JavaColorizer.CLR_STR_LITERAL |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ColumnPrinter.printOutColumns(List<String> rawList,
ShellColor color,
ShellPrintWriter printWriter,
ColumnPrinter.OutputAttributes attributes,
ColumnPrinter.FormatCallback callback,
boolean sort) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.