public class AboutLocator extends BaseLocator
Modifier and Type | Field and Description |
---|---|
static String |
MANAGER_DESCRIPTION |
static String |
MANAGER_NAME |
Constructor and Description |
---|
AboutLocator() |
Modifier and Type | Method and Description |
---|---|
static AboutLocator |
getInstance()
Return the singleton instance.
|
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(Class<? extends AboutManager> clazz)
Registers the Class implementing the AboutManager 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 AboutLocator getInstance()
public String getLocatorName()
Locator
getLocatorName
in interface Locator
getLocatorName
in class BaseLocator
public 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(Class<? extends AboutManager> clazz)
clazz
- implementing the AboutManager interface