Class EclipseProjectDumperDiscovery

java.lang.Object
fr.opensagres.xdocreport.document.dump.eclipse.EclipseProjectDumperDiscovery
All Implemented Interfaces:
fr.opensagres.xdocreport.core.discovery.IBaseDiscovery, IDumperDiscovery

public class EclipseProjectDumperDiscovery extends Object implements IDumperDiscovery
Eclipse project dumper EclipseProjectDumper discovery.
  • Constructor Details

    • EclipseProjectDumperDiscovery

      public EclipseProjectDumperDiscovery()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface fr.opensagres.xdocreport.core.discovery.IBaseDiscovery
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface fr.opensagres.xdocreport.core.discovery.IBaseDiscovery
    • getKind

      public String getKind()
      Description copied from interface: IDumperDiscovery
      Returns the IDumper kind.
      Specified by:
      getKind in interface IDumperDiscovery
      Returns:
    • getDumper

      public IDumper getDumper()
      Returns the singleton EclipseProjectDumper.
      Specified by:
      getDumper in interface IDumperDiscovery
      Returns: