public class DerivedGeometriesLocator extends BaseLocator
DerivedGeometriesManager
.Modifier and Type | Field and Description |
---|---|
static String |
MANAGER_NAME |
Constructor and Description |
---|
DerivedGeometriesLocator() |
Modifier and Type | Method and Description |
---|---|
static DerivedGeometriesLocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static DerivedGeometriesManager |
getManager()
Return a reference to DerivedGeometriesManager.
|
static void |
registerDefaultManager(Class clazz) |
static void |
registerManager(Class clazz)
Registers the Class implementing the DerivedGeometriesLocator interface.
|
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String MANAGER_NAME
public static DerivedGeometriesLocator getInstance()
public String getLocatorName()
Locator
getLocatorName
in interface Locator
getLocatorName
in class BaseLocator
public static DerivedGeometriesManager 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 clazz)
clazz
- implementing the DerivedGeometriesgManager interfacepublic static void registerDefaultManager(Class clazz)