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()
           
 IDumper getDumper()
          Returns the singleton EclipseProjectDumper.
 String getId()
           
 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()
Specified by:
getId in interface IBaseDiscovery

getDescription

public String getDescription()
Specified by:
getDescription in interface 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:


Copyright © 2014. All Rights Reserved.