public class AboutLocator extends BaseLocator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MANAGER_DESCRIPTION |
static java.lang.String |
MANAGER_NAME |
| Constructor and Description |
|---|
AboutLocator() |
| Modifier and Type | Method and Description |
|---|---|
static AboutLocator |
getInstance()
Return the singleton instance.
|
java.lang.String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static AboutManager |
getManager()
Return a reference to AboutManager.
|
static void |
registerManager(java.lang.Class<? extends AboutManager> clazz)
Registers the Class implementing the AboutManager interface.
|
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toStringpublic static final java.lang.String MANAGER_NAME
public static final java.lang.String MANAGER_DESCRIPTION
public static AboutLocator getInstance()
public java.lang.String getLocatorName()
LocatorgetLocatorName in interface LocatorgetLocatorName in class BaseLocatorpublic static AboutManager getManager() throws LocatorException
LocatorException - if there is no access to the class or the class cannot be
instantiatedLocator.get(String)public static void registerManager(java.lang.Class<? extends AboutManager> clazz)
clazz - implementing the AboutManager interface