public final class UsbHostManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVAX_USB_PROPERTIES_FILE |
static String |
JAVAX_USB_USBSERVICES_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
getProperties()
Get the Properties loaded from the properties file.
|
static UsbServices |
getUsbServices()
Get the UsbServices implementation.
|
public static final String JAVAX_USB_PROPERTIES_FILE
public static final String JAVAX_USB_USBSERVICES_PROPERTY
public static UsbServices getUsbServices() throws UsbException, SecurityException
UsbException - If there is an error creating the UsbSerivces implementation.SecurityException - If the caller does not have security access.public static Properties getProperties() throws UsbException, SecurityException
If the properties have not yet been loaded, this loads them.
UsbException - If an error occurs while loading the properties.SecurityException - If the caller does not have security access.Copyright © 2014 LSST. All Rights Reserved.