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 Details

    • FILESYSTEMSERVEREXPLORERE_MANAGER_NAME

      public static final String FILESYSTEMSERVEREXPLORERE_MANAGER_NAME
      DataManager name used by the locator to access the instance
      See Also:
  • Constructor Details

    • DALFileLocator

      public DALFileLocator()
  • Method Details

    • getInstance

      public static DALFileLocator getInstance()
      Return the singleton instance.
      Returns:
      the singleton instance
    • getLocatorName

      public String getLocatorName()
    • getFilesystemServerExplorerManager

      public static FilesystemServerExplorerManager getFilesystemServerExplorerManager() throws org.gvsig.tools.locator.LocatorException
      Return 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:
      • Locator.get(String)
    • registerFilesystemSeverExplorerManager

      public static void registerFilesystemSeverExplorerManager(Class clazz)
      Registers the Class implementing the FilesystemSeverExplorerManager interface.
      Parameters:
      clazz - implementing the FilesystemSeverExplorerManager interface