Uses of Class
org.jboss.forge.shell.ShellColor

Packages that use ShellColor
org.jboss.forge.shell   
org.jboss.forge.shell.util   
 

Uses of ShellColor in org.jboss.forge.shell
 

Methods in org.jboss.forge.shell that return ShellColor
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.
 

Methods in org.jboss.forge.shell with parameters of type ShellColor
 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
 

Uses of ShellColor in org.jboss.forge.shell.util
 

Fields in org.jboss.forge.shell.util declared as ShellColor
static ShellColor JavaColorizer.CLR_ANNOTATION
           
static ShellColor JavaColorizer.CLR_COMMENT
           
static ShellColor JavaColorizer.CLR_KEYWORD
           
static ShellColor JavaColorizer.CLR_STR_LITERAL
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.