public class ReviseFactory
extends java.lang.Object
Constructor for Revise.
Given the name of the class to load, returns an instance of it.
This implementation of the factory pattern allows to load different
Revise methods in a modular way without recompilation.