I'm building a String parser that parses a file, gets stuff, and does stuff with the stuff. Mainly, I am trying to reference classes from that file. If that file had some text:
"Class1"
How could I interpret the String as a Class within the program to then invoke a method?