Appendix: Utility

For now, there is only a single utility that I am including in this section. It is
a Java class that searches through a specified folder for the occurrence of a specified
String of text. It prints out the file and line number of each occurrence of text.

Here is the FileTextSearcher.