Package org.gvsig.fmap.dal
Class DALFileLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.fmap.dal.DALFileLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class DALFileLocator
extends org.gvsig.tools.locator.AbstractLocator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDataManager name used by the locator to access the instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a reference to FilesystemServerExplorerManager.static DALFileLocatorReturn the singleton instance.static voidRegisters the Class implementing the FilesystemSeverExplorerManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
FILESYSTEMSERVEREXPLORERE_MANAGER_NAME
DataManager name used by the locator to access the instance- See Also:
-
-
Constructor Details
-
DALFileLocator
public DALFileLocator()
-
-
Method Details
-
getInstance
Return the singleton instance.- Returns:
- the singleton instance
-
getLocatorName
-
getFilesystemServerExplorerManager
public static FilesystemServerExplorerManager getFilesystemServerExplorerManager() throws org.gvsig.tools.locator.LocatorExceptionReturn a reference to FilesystemServerExplorerManager.- Returns:
- a reference to FilesystemServerExplorerManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
registerFilesystemSeverExplorerManager
Registers the Class implementing the FilesystemSeverExplorerManager interface.- Parameters:
clazz- implementing the FilesystemSeverExplorerManager interface
-