Package org.gvsig.about
Class AboutLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.tools.locator.BaseLocator
org.gvsig.about.AboutLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class AboutLocator
extends org.gvsig.tools.locator.BaseLocator
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AboutLocatorReturn the singleton instance.static AboutManagerReturn a reference to AboutManager.static voidregisterManager(Class<? extends AboutManager> clazz) Registers the Class implementing the AboutManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
MANAGER_NAME
- See Also:
-
MANAGER_DESCRIPTION
- See Also:
-
-
Constructor Details
-
AboutLocator
public AboutLocator()
-
-
Method Details
-
getInstance
Return the singleton instance.- Returns:
- the singleton instance
-
getLocatorName
- Specified by:
getLocatorNamein interfaceorg.gvsig.tools.locator.Locator- Overrides:
getLocatorNamein classorg.gvsig.tools.locator.BaseLocator
-
getManager
Return a reference to AboutManager.- Returns:
- a reference to AboutManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
registerManager
Registers the Class implementing the AboutManager interface.- Parameters:
clazz- implementing the AboutManager interface
-