Package org.gvsig.lrs.lib.api
Class LrsAlgorithmsLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.lrs.lib.api.LrsAlgorithmsLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class LrsAlgorithmsLocator
extends org.gvsig.tools.locator.AbstractLocator
- Author:
- fdiaz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.gvsig.tools.locator.Locatorstatic LrsAlgorithmsManagerReturn a reference to LrsAlgorithmsManager.static voidRegisters the default Class implementing the LrsAlgorithmsManager interfacestatic voidRegisters the Class implementing the LrsAlgorithmsManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
MANAGER_NAME
LrsAlgorithms manager name- See Also:
-
-
Constructor Details
-
LrsAlgorithmsLocator
public LrsAlgorithmsLocator()
-
-
Method Details
-
getLocatorName
-
registerLrsAlgorithmsManager
Registers the Class implementing the LrsAlgorithmsManager interface.- Parameters:
clazz- implementing the LrsAlgorithmsManager interface
-
registerDefaultLrsAlgorithmsManager
Registers the default Class implementing the LrsAlgorithmsManager interface- Parameters:
clazz- implementing the LrsAlgorithmsManager interface
-
getLrsAlgorithmsManager
public static LrsAlgorithmsManager getLrsAlgorithmsManager() throws org.gvsig.tools.locator.LocatorExceptionReturn a reference to LrsAlgorithmsManager.- Returns:
- a reference to LrsAlgorithmsManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
getInstance
public static org.gvsig.tools.locator.Locator getInstance()- Returns:
-