core
Class Support

java.lang.Object
  extended by core.Support

public abstract class Support
extends java.lang.Object


Field Summary
static java.util.HashMap<java.lang.Short,java.lang.Boolean> supHm
          HashMap containing supported devices information.
 
Constructor Summary
Support()
           
 
Method Summary
static boolean check(Device dev)
          Checks if the given device is supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supHm

public static final java.util.HashMap<java.lang.Short,java.lang.Boolean> supHm
HashMap containing supported devices information.

Constructor Detail

Support

public Support()
Method Detail

check

public static boolean check(Device dev)
Checks if the given device is supported.

Parameters:
dev - The device to check.
Returns:
true if device is known and supported, false else.