Class VCSGisLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.vcsgis.lib.VCSGisLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class VCSGisLocator extends org.gvsig.tools.locator.AbstractLocator
Author:
fdiaz
  • Field Details

  • Constructor Details

    • VCSGisLocator

      public VCSGisLocator()
  • Method Details

    • getInstance

      public static org.gvsig.tools.locator.Locator getInstance()
    • getLocatorName

      public String getLocatorName()
    • getManager

      public static VCSGisManager getManager() throws org.gvsig.tools.locator.LocatorException
      Throws:
      org.gvsig.tools.locator.LocatorException
    • registerVCSGisManager

      public static void registerVCSGisManager(Class clazz)
      Registers the Class implementing the VCSGisManager interface.
      Parameters:
      clazz - implementing the VCSGisManager interface
    • registerDefaultVCSGisManager

      public static void registerDefaultVCSGisManager(Class clazz)
      Registers the default Class implementing the VCSGisRepositoryManager interface
      Parameters:
      clazz - implementing the VCSGisRepositoryManager interface
    • getVCSGisManager

      public static VCSGisManager getVCSGisManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to local VCSGisManager.
      Returns:
      a reference to VCSGisManager
      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)