Class ConfigFile
java.lang.Object
javax.help.search.ConfigFile
Describes and parses the configuration file for
the full-text search indexer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigFile(String configFile, Vector files, boolean noStopWords) Creates a configuration file. -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()Gets the list of files from a config file.Returns the list of stopwords from a config file.getURLString(String file) Returns the URL filename of a file in String format.
-
Constructor Details
-
ConfigFile
-
-
Method Details
-
getURLString
-
getStopWords
Returns the list of stopwords from a config file. -
getFiles
Gets the list of files from a config file.
-