All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sdsu.doc.FixJavadoc
java sdsu.doc.FixJavadocThis will change the images references in all files in the current directory that end in ".html". The "-h=directory" (or "-h directory") flag will cause the program to process files in the given directory instead of the current directoy. The "-i=imagesReference" (or "-i imagesReference" will use the "imageReferece" as the location for the standard javadoc images. If the "-i" option is not used, a http reference to a machine at SDSU is used. If the flag "-s" is used, then the program is run in the silent mode. The default is the verbose mode, which prints the name of each file processed to standard out. For example:
java sdsu.doc.FixJavadoc -h=whitney/program1 -swill processes all ".html" files in the directory "whitney/program1" in the silent mode.
public static void main(String args[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index