public class TimeSupportLocator extends BaseLocator
TimeSupportManager
.Modifier and Type | Field and Description |
---|---|
static String |
MANAGER_DESCRIPTION
TimeSupport manager description.
|
static String |
MANAGER_NAME
TimeSupport manager name.
|
Constructor and Description |
---|
TimeSupportLocator() |
Modifier and Type | Method and Description |
---|---|
static TimeSupportLocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Return the Locator's name.
|
static TimeSupportManager |
getManager()
Return a reference to the TimeSupportManager.
|
static void |
registerManager(Class<? extends TimeSupportManager> clazz)
Registers the Class implementing the TimeSupportManager interface.
|
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String MANAGER_NAME
public static final String MANAGER_DESCRIPTION
public static TimeSupportLocator getInstance()
public final String getLocatorName()
getLocatorName
in interface Locator
getLocatorName
in class BaseLocator
public static TimeSupportManager getManager() throws LocatorException
LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator.get(String)
public static void registerManager(Class<? extends TimeSupportManager> clazz)
clazz
- implementing the TimeSupportManager interface