Class NativeDeviceHolder
- java.lang.Object
-
- com.stepover.opensignatureapi.device.nat.NativeDeviceHolder
-
public class NativeDeviceHolder extends java.lang.Object
a class that keeps a list of all native device instances
-
-
Constructor Summary
Constructors Constructor Description NativeDeviceHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NativeDevice[]
deviceSearch()
static java.lang.String[]
deviceSearchString()
static NativeDevice[]
getAllInterfaces(NativeDevice nativeDevice)
static NativeDevice
getDevice(java.lang.String identifier)
-
-
-
Method Detail
-
deviceSearchString
public static java.lang.String[] deviceSearchString() throws java.io.IOException
- Throws:
java.io.IOException
-
getDevice
public static NativeDevice getDevice(java.lang.String identifier)
-
getAllInterfaces
public static NativeDevice[] getAllInterfaces(NativeDevice nativeDevice)
-
deviceSearch
public static NativeDevice[] deviceSearch() throws java.io.IOException
- Throws:
java.io.IOException
-
-