Uses of Interface
fr.opensagres.xdocreport.document.dump.IDumper

Packages that use IDumper
fr.opensagres.xdocreport.document   
fr.opensagres.xdocreport.document.discovery   
fr.opensagres.xdocreport.document.dump   
fr.opensagres.xdocreport.document.dump.eclipse   
fr.opensagres.xdocreport.document.dump.java   
fr.opensagres.xdocreport.document.dump.maven   
 

Uses of IDumper in fr.opensagres.xdocreport.document
 

Methods in fr.opensagres.xdocreport.document that return IDumper
 IDumper IXDocReport.getDumper(DumperOptions options)
          Returns the dumper for the given options.
 IDumper AbstractXDocReport.getDumper(DumperOptions options)
           
 

Uses of IDumper in fr.opensagres.xdocreport.document.discovery
 

Methods in fr.opensagres.xdocreport.document.discovery that return IDumper
 IDumper IDumperDiscovery.getDumper()
          Returns teh IDumper instance.
 

Uses of IDumper in fr.opensagres.xdocreport.document.dump
 

Classes in fr.opensagres.xdocreport.document.dump that implement IDumper
 class AbstractDumper
           
 class AbstractProjectDumper
           
 

Methods in fr.opensagres.xdocreport.document.dump that return IDumper
 IDumper DumperRegistry.findDumper(String kind)
          Returns the dumper registered with the given kind in the registry.
 IDumper DumperRegistry.getDumper(String kind)
          Returns the dumper registered with the given kind in the registry and null otherwise.
 

Uses of IDumper in fr.opensagres.xdocreport.document.dump.eclipse
 

Classes in fr.opensagres.xdocreport.document.dump.eclipse that implement IDumper
 class EclipseProjectDumper
           
 

Methods in fr.opensagres.xdocreport.document.dump.eclipse that return IDumper
 IDumper EclipseProjectDumperDiscovery.getDumper()
          Returns the singleton EclipseProjectDumper.
static IDumper EclipseProjectDumper.getInstance()
           
 

Uses of IDumper in fr.opensagres.xdocreport.document.dump.java
 

Classes in fr.opensagres.xdocreport.document.dump.java that implement IDumper
 class JavaMainDumper
          IDumper implementation which dump a report and context to generate a single Java Main class which generates a report : the template document is encoded as binary 64 String.
 

Methods in fr.opensagres.xdocreport.document.dump.java that return IDumper
 IDumper JavaMainDumperDiscovery.getDumper()
          Returns the singleton JavaMain.
static IDumper JavaMainDumper.getInstance()
           
 

Uses of IDumper in fr.opensagres.xdocreport.document.dump.maven
 

Classes in fr.opensagres.xdocreport.document.dump.maven that implement IDumper
 class MavenProjectDumper
           
 

Methods in fr.opensagres.xdocreport.document.dump.maven that return IDumper
 IDumper MavenProjectDumperDiscovery.getDumper()
          Returns the singleton MavenProjectDumper.
static IDumper MavenProjectDumper.getInstance()
           
 



Copyright © 2013. All Rights Reserved.