public class JavaColorizer extends Object
| Modifier and Type | Field and Description |
|---|---|
static ShellColor |
CLR_ANNOTATION |
static ShellColor |
CLR_COMMENT |
static ShellColor |
CLR_KEYWORD |
static ShellColor |
CLR_STR_LITERAL |
| Constructor and Description |
|---|
JavaColorizer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(ShellPrintWriter writer,
String in)
Perform colorization of a Java source string.
|
public static final ShellColor CLR_ANNOTATION
public static final ShellColor CLR_STR_LITERAL
public static final ShellColor CLR_KEYWORD
public static final ShellColor CLR_COMMENT
public static String format(ShellPrintWriter writer, String in)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.