|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsrc.Loader
src.MakeIndex
public class MakeIndex
Classe simple qui lit un fichier en entrˇe ligne par ligne et reecrit son contenu un mot par ligne. Les lignes commen¨ant par % sont ignorees.
| Constructor Summary | |
|---|---|
MakeIndex(java.lang.String name)
Constructeur par defaut. |
|
| Method Summary | |
|---|---|
Index |
getIndex()
|
void |
process()
Analyse les mots et cree l'index. |
void |
setIndex(Index index)
|
| Methods inherited from class src.Loader |
|---|
getFileName, getMots, load, output, setFileName, setMots, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MakeIndex(java.lang.String name)
name - | Method Detail |
|---|
public void process()
public Index getIndex()
public void setIndex(Index index)
index - the index to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||