public class ArrayDriverInstaller extends Object implements DriverInstaller
| Constructor and Description |
|---|
ArrayDriverInstaller(String[] ids,
Object[] drivers)
Constructs an ArrayDriverInstaller object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
install()
Installs drivers from the array passed into constructor.
|
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