|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.help.search.ConfigFile
Describes and parses the configuration file for the full-text search indexer.
Indexer
Constructor Summary | |
ConfigFile(java.lang.String configFile,
java.util.Vector files,
boolean noStopWords)
Creates a configuration file. |
Method Summary | |
java.util.Vector |
getFiles()
Gets the list of files from a config file. |
java.util.Enumeration |
getStopWords()
Returns the list of stopwords from a config file. |
java.lang.String |
getURLString(java.lang.String file)
Returns the URL filename of a file in String format. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigFile(java.lang.String configFile, java.util.Vector files, boolean noStopWords)
Method Detail |
public java.lang.String getURLString(java.lang.String file)
public java.util.Enumeration getStopWords()
public java.util.Vector getFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |