Class HlUtils
java.lang.Object
com.github.rjeschke.txtmark.cmd.HlUtils
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final long(package private) static final AtomicInteger(package private) static final AtomicInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidescapedAdd(StringBuilder sb, String str) static String
-
Field Details
-
IN_COUNT
-
OUT_COUNT
-
ID
static final long ID
-
-
Constructor Details
-
HlUtils
HlUtils()
-
-
Method Details
-
highlight
public static String highlight(List<String> lines, String meta, String prog, String encoding) throws IOException - Throws:
IOException
-
escapedAdd
-