bioroot.parsers
Class ExtractWords

java.lang.Object
  extended bybioroot.parsers.ExtractWords

public class ExtractWords
extends java.lang.Object

Author:
nix

Constructor Summary
ExtractWords(java.lang.String[] args)
           
 
Method Summary
static java.lang.String[] loadFile(java.io.File file)
          Loads a file's lines into a String[], will save blank lines.
static java.util.HashSet loadFileIntoHashSet(java.io.File file)
          Loads a file's lines into a hash set, keys only.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractWords

public ExtractWords(java.lang.String[] args)
Method Detail

loadFile

public static java.lang.String[] loadFile(java.io.File file)
Loads a file's lines into a String[], will save blank lines.


loadFileIntoHashSet

public static java.util.HashSet loadFileIntoHashSet(java.io.File file)
Loads a file's lines into a hash set, keys only.


main

public static void main(java.lang.String[] args)