public class PointsAndLevelUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_REGISTERED_POINTS_AND_LEVEL_HANDLERS
Property name used to store the registered PointsAndLevelHandlers in the module with "" as element name.
|
| Constructor and Description |
|---|
PointsAndLevelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPointsAndLevelHandlerDescription(Module module,
String handlerId) |
static Set<String> |
getRegisteredPointsAndLevelHandlers(Module module)
Get all registered point and level handlers found for a given module.
|
static void |
registerPointAndLevelHandler(Module module,
PointsAndLevelHandler handler)
Register a point and level handler onto the module.
|
public static final String PROPERTY_REGISTERED_POINTS_AND_LEVEL_HANDLERS
public static Set<String> getRegisteredPointsAndLevelHandlers(Module module)
public static String getPointsAndLevelHandlerDescription(Module module, String handlerId)
public static void registerPointAndLevelHandler(Module module, PointsAndLevelHandler handler)
Copyright © 2012. All Rights Reserved.