Factory class for providing mappings of fully qualified class names to specific PlatformRegistrar instances.
Instaces of this class will inspect a file called 'registrar.mappings' in the 'user.dir' of the Java runtime. This
file can contain extra registration handlers if needed by providing a standard Java properties file and a mapping of
class names of the JDBC driver to the class name of the PlatformRegistrar implementation for that Driver.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |