fr.opensagres.xdocreport.document.dump.eclipse
Class EclipseProjectDumperDiscovery

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

public class EclipseProjectDumperDiscovery
extends Object
implements IDumperDiscovery

Eclipse project dumper EclipseProjectDumper discovery.


Constructor Summary
EclipseProjectDumperDiscovery()
           
 
Method Summary
 String getDescription()
          Returns the description of the discovery.
 IDumper getDumper()
          Returns the singleton EclipseProjectDumper.
 String getId()
          Returns the id of the discovery.
 String getKind()
          Returns the IDumper kind.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseProjectDumperDiscovery

public EclipseProjectDumperDiscovery()
Method Detail

getId

public String getId()
Description copied from interface: IBaseDiscovery
Returns the id of the discovery.

Specified by:
getId in interface IBaseDiscovery
Returns:

getDescription

public String getDescription()
Description copied from interface: IBaseDiscovery
Returns the description of the discovery.

Specified by:
getDescription in interface IBaseDiscovery
Returns:

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:


Copyright © 2013. All rights reserved.