|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object core.Support
public abstract class Support
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 |
---|
public static final java.util.HashMap<java.lang.Short,java.lang.Boolean> supHm
Constructor Detail |
---|
public Support()
Method Detail |
---|
public static boolean check(Device dev)
dev
- The device to check.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |