public class Colorizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Colorizer.Mode |
| Constructor and Description |
|---|
Colorizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
colorize(String text,
String mode,
int tabsize,
Appendable a) |
static Colorizer.Mode |
getMode(String name) |
static Colorizer.Mode |
getModeForExtension(String ext) |
static void |
main(String[] args) |
public static Colorizer.Mode getMode(String name) throws Exception
Exceptionpublic static Colorizer.Mode getModeForExtension(String ext) throws Exception
Exceptionpublic void colorize(String text, String mode, int tabsize, Appendable a) throws Exception
Exceptionpublic static void main(String[] args)
Copyright © 2017 etc.to. All rights reserved.