Package org.codelibs.jhighlight
Class JHighlight
- java.lang.Object
-
- org.codelibs.jhighlight.JHighlight
-
public class JHighlight extends Object
Provides console access to the source code syntax highlighting for Java, HTML, XHTML, XML and LZX files. The rendering will be done in HTML.The following file extensions will be processed:
.java,.html,.htm,.xhtml,.xmland.lzx.Execute the highlighting with the following syntax:
java org.codelibs.jhighlight.JHighlight [--verbose] [--fragment] [-d destdir] [-e encoding] file|dir ...
or
java -jar jhighlight.jar [--verbose] [--fragment] [-d destdir] [-e encoding] file|dir ...
--verboseOutput messages about what the parser is doing. --fragmentOutput fragments instead of complete documents. -dSpecify the destination directory -eSpecify the encoding of the files RIFE template tags are also supported and will be clearly highlighted.
- Since:
- 1.0
- Version:
- $Revision: 3429 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
-
-
Constructor Summary
Constructors Constructor Description JHighlight()
-