bookExamples.ch16Readers
Class YahooMemberFilter
java.lang.Object
bookExamples.ch16Readers.YahooMemberFilter
public class YahooMemberFilter
- extends java.lang.Object
This class reads in an existing member list from
yahoo member groups (use export). It compares this from a list
of e-mail addresses (candidateFile). Any e-mail address NOT on the list
is then output to the Vector which is then saved to a file of filtered names.
Comparisons are made in lower case and the e-mail addresses are converted to
lower case as a side-effect.
Duplicated input e-mail addresses are preserved. Perhaps a sort and removal of duplicates
is appropriate, but this was done in a pre-process step that could have been combined
into this one.
User: lyon
Date: Jan 12, 2010
Time: 7:45:17 AM
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YahooMemberFilter
public YahooMemberFilter()
main
public static void main(java.lang.String[] args)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException