|
Crossfire JXClient, Trunk
|
Collaboration diagram for checker.Device:Public Member Functions | |
| Map< Module, Integer > | getSupportedModules () |
Private Attributes | |
| Map< Module, Integer > | supportedModules = new EnumMap<>(Module.class) |
Represents the device configuration. The values are loaded from an XML file by JAXB.
Definition at line 53 of file Device.java.
| Map<Module, Integer> checker.Device.getSupportedModules | ( | ) |
Returns map of supported modules. The map key is module. The map value is version.
Definition at line 63 of file Device.java.
References checker.Device.supportedModules.
Referenced by checker.PluginChecker.process().
Here is the caller graph for this function:
|
private |
Definition at line 56 of file Device.java.
Referenced by checker.Device.getSupportedModules().