public class ArrayDriverInstaller extends Object implements DriverInstaller
Constructor and Description |
---|
ArrayDriverInstaller(String[] ids,
Object[] drivers)
Constructs an ArrayDriverInstaller object.
|
public ArrayDriverInstaller(String[] ids, Object[] drivers)
drivers
must keep instances of
Driver or
LightDriver implementations.ids
- an array of driver IDsdrivers
- an array of drivers.public void install()
install
in interface DriverInstaller