fr.opensagres.xdocreport.document.dump.java
Class JavaMainDumperDiscovery

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

public class JavaMainDumperDiscovery
extends Object
implements IDumperDiscovery

Java Main dumper JavaMainDumper discovery.


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

JavaMainDumperDiscovery

public JavaMainDumperDiscovery()
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 JavaMain.

Specified by:
getDumper in interface IDumperDiscovery
Returns:


Copyright © 2013. All rights reserved.