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