Class AbstractIndependentDriverLoader

  • Direct Known Subclasses:
    AbstractDriverLoader

    public abstract class AbstractIndependentDriverLoader
    extends java.lang.Object
    Abstract bootstrapper for loading and registering driver definitions that are independent from the default driver definitions.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractIndependentDriverLoader​(java.lang.String path)
      Creates a new loader for resource with the specified path.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void activate()  
      protected void deactivate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractIndependentDriverLoader

        protected AbstractIndependentDriverLoader​(java.lang.String path)
        Creates a new loader for resource with the specified path.
        Parameters:
        path - drivers definition XML resource path
    • Method Detail

      • activate

        protected void activate()
      • deactivate

        protected void deactivate()