fr.opensagres.xdocreport.document.dump.maven
Class MavenProjectDumperDiscovery

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

public class MavenProjectDumperDiscovery
extends Object
implements IDumperDiscovery

Maven project dumper MavenProjectDumper discovery.


Constructor Summary
MavenProjectDumperDiscovery()
           
 
Method Summary
 String getDescription()
          Returns the description of the discovery.
 IDumper getDumper()
          Returns the singleton MavenProjectDumper.
 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

MavenProjectDumperDiscovery

public MavenProjectDumperDiscovery()
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 MavenProjectDumper.

Specified by:
getDumper in interface IDumperDiscovery
Returns:


Copyright © 2013. All rights reserved.