Class DefaultDriverInstaller

  • All Implemented Interfaces:
    DriverInstaller

    public class DefaultDriverInstaller
    extends ArrayDriverInstaller
    Installs all necessary drivers for Jemmy operators except low-level drivers which are installed by InputDriverInstaller.
    Author:
    Alexandre Iline(alexandre.iline@sun.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultDriverInstaller()
      Constructs a DefaultDriverInstaller object with shortcut mode flag taken from JemmyProperties.
      DefaultDriverInstaller​(boolean shortcutEvents)
      Constructs a DefaultDriverInstaller object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DefaultDriverInstaller

        public DefaultDriverInstaller​(boolean shortcutEvents)
        Constructs a DefaultDriverInstaller object.
        Parameters:
        shortcutEvents - Signals whether shortcut mode is used.
      • DefaultDriverInstaller

        public DefaultDriverInstaller()
        Constructs a DefaultDriverInstaller object with shortcut mode flag taken from JemmyProperties.