WordlistLoader
insteadpublic class WordlistLoader extends Object
Constructor and Description |
---|
WordlistLoader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HashSet |
getWordSet(File wordfile)
Deprecated.
Loads a text file and adds every line as an entry to a HashSet (omitting
leading and trailing whitespace).
|
static Hashtable |
getWordtable(File wordfile)
Deprecated.
Use
getWordSet(File) getWordSet(File)} instead |
static Hashtable |
getWordtable(String wordfile)
Deprecated.
Use
getWordSet(File) getWordSet(File)} instead |
static Hashtable |
getWordtable(String path,
String wordfile)
Deprecated.
Use
getWordSet(File) getWordSet(File)} instead |
public static HashSet getWordSet(File wordfile) throws IOException
wordfile
- File containing the wordlistIOException
public static Hashtable getWordtable(String path, String wordfile) throws IOException
getWordSet(File)
getWordSet(File)} insteadpath
- Path to the wordlistwordfile
- Name of the wordlistIOException
public static Hashtable getWordtable(String wordfile) throws IOException
getWordSet(File)
getWordSet(File)} insteadwordfile
- Complete path to the wordlistIOException
public static Hashtable getWordtable(File wordfile) throws IOException
getWordSet(File)
getWordSet(File)} insteadwordfile
- File object that points to the wordlistIOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.