com.stevesoft.pat.apps
Class java2html
java.lang.Object
|
+--com.stevesoft.pat.apps.java2html
- public class java2html
- extends java.lang.Object
java2html makes your code an in-color web page --
to use it just type
java com.stevesoft.pat.apps.java2html file_patterns
The program creates files with ".html" appended to them
that are suitable for viewing with web browsers.
The file names provided to java2html will be interpreted as
either source or destination files depending on the name
(anything ending in ".html" is a destination file, ".nocolor_html",
".nocolor_asp", ".java", ".jas" are source files).
Normally, java2html will not overwrite a file if the file it is
colorizing is newer than its target file. However, if the -f
option is supplied java2html will not check modification time.
Click here for more info.
|
Method Summary |
static void |
doFile(java.lang.String FromFile)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
java2html
public java2html()
doFile
public static void doFile(java.lang.String FromFile)
main
public static void main(java.lang.String[] args)