Class ReportLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.report.lib.api.ReportLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class ReportLocator extends org.gvsig.tools.locator.AbstractLocator
  • Field Details

  • Method Details

    • getInstance

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

      public String getLocatorName()
    • getReportManager

      public static ReportManager getReportManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to ReportManager.
      Returns:
      a reference to ReportManager
      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)
    • registerReportManager

      public static void registerReportManager(Class clazz)
      Registers the Class implementing the ReportManager interface.
      Parameters:
      clazz - implementing the ReportManager interface
    • registerDefaultReportManager

      public static void registerDefaultReportManager(Class clazz)