public class RoleSimulatorManager extends Object
| Constructor and Description |
|---|
RoleSimulatorManager() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RoleSimulator> |
getRoleSimulatorType(String name)
This method returns the role simulator type associated with the supplied name.
|
static void |
registerRoleSimulator(String name,
Class<? extends RoleSimulator> type)
This method registers a role simulator class against a name.
|
static void |
unregisterRoleSimulator(String name)
This method unregisters a role simulator class associated with the specified name.
|
public static void registerRoleSimulator(String name, Class<? extends RoleSimulator> type)
name - The name of the role simulatortype - The class of the role simulatorpublic static void unregisterRoleSimulator(String name)
name - The name of the role simulatortype - The class of the role simulatorpublic static Class<? extends RoleSimulator> getRoleSimulatorType(String name)
name - The name of the role simulatorCopyright © 2014. All Rights Reserved.