| Modifier and Type | Method | Description |
|---|---|---|
static DocumentIndex |
IndexMaker.createIndex(java.lang.String inputName) |
The createIndex method checks if the file given by inputName exists, and, if it does,
uses that file to generate a DocumentIndex that it then returns.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
IndexMaker.writeIndexToFile(java.lang.String outputName,
DocumentIndex index) |
The writeIndexToFile method will write the index provided to the file with name
outputName or will generate that file with name outputName and then write the index
to it.
|