Crossfire JXClient, Trunk
Public Member Functions | Private Attributes | List of all members
checker.Device Class Reference
Collaboration diagram for checker.Device:
Collaboration graph

Public Member Functions

Map< Module, Integer > getSupportedModules ()
 

Private Attributes

Map< Module, Integer > supportedModules = new EnumMap<>(Module.class)
 

Detailed Description

Represents the device configuration. The values are loaded from an XML file by JAXB.

Definition at line 53 of file Device.java.

Member Function Documentation

◆ getSupportedModules()

Map<Module, Integer> checker.Device.getSupportedModules ( )

Returns map of supported modules. The map key is module. The map value is version.

Returns
map of supported modules.

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:

Member Data Documentation

◆ supportedModules

Map<Module, Integer> checker.Device.supportedModules = new EnumMap<>(Module.class)
private

Definition at line 56 of file Device.java.

Referenced by checker.Device.getSupportedModules().


The documentation for this class was generated from the following file: