|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.wordhoard.tools.cm.AuthorProcessor
public class AuthorProcessor
Processes authors.
| Constructor Summary | |
|---|---|
AuthorProcessor(java.io.File dataDir)
Creates a new authors processer. |
|
| Method Summary | |
|---|---|
void |
read()
Reads the authors. |
void |
record(Author author)
Records an author. |
void |
write()
Writes the authors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorProcessor(java.io.File dataDir)
dataDir - WordHoard data directory. | Method Detail |
|---|
public void read()
throws java.lang.Exception
java.lang.Exception public void record(Author author)
author - Author.
public void write()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||