public class DocUtil extends java.lang.Object
Constructor and Description |
---|
DocUtil(java.io.File dir)
the constructor
|
Modifier and Type | Method and Description |
---|---|
java.io.File[] |
createIndex(java.io.File dir,
java.io.FileWriter fw)
this method will index all of the documentation files it finds in the
provided directory. the index will be placed in the dir with the other
files
|
static void |
main(java.lang.String[] args)
main
|
public DocUtil(java.io.File dir) throws java.io.IOException
java.io.IOException
public java.io.File[] createIndex(java.io.File dir, java.io.FileWriter fw) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)