I want to instantiate a class by the value of a String. I found several tutorials that show several methods for doing this. The class MUST inherit from a certain interface
Try Class.forName("my.package.IImplementedYou").
Class.forName("my.package.IImplementedYou")