javax.help.search
Class ConfigFile
java.lang.Object
javax.help.search.ConfigFile
public class ConfigFile
extends java.lang.Object
Describes and parses the configuration file for
the full-text search indexer.
ConfigFile(String configFile, Vector files, boolean noStopWords) - Creates a configuration file.
|
Vector | getFiles() - Gets the list of files from a config file.
|
Enumeration | getStopWords() - Returns the list of stopwords from a config file.
|
String | getURLString(String file) - Returns the URL filename of a file in String format.
|
ConfigFile
public ConfigFile(String configFile,
Vector files,
boolean noStopWords)
Creates a configuration file.
getFiles
public Vector getFiles()
Gets the list of files from a config file.
getStopWords
public Enumeration getStopWords()
Returns the list of stopwords from a config file.
getURLString
public String getURLString(String file)
Returns the URL filename of a file in String format.