Uses of Interface
fr.opensagres.xdocreport.document.dump.IDumper
Packages that use IDumper
Package
Description
-
Uses of IDumper in fr.opensagres.xdocreport.document
Methods in fr.opensagres.xdocreport.document that return IDumperModifier and TypeMethodDescriptionAbstractXDocReport.getDumper(DumperOptions options) IXDocReport.getDumper(DumperOptions options) Returns the dumper for the given options. -
Uses of IDumper in fr.opensagres.xdocreport.document.discovery
Methods in fr.opensagres.xdocreport.document.discovery that return IDumper -
Uses of IDumper in fr.opensagres.xdocreport.document.dump
Classes in fr.opensagres.xdocreport.document.dump that implement IDumperMethods in fr.opensagres.xdocreport.document.dump that return IDumper -
Uses of IDumper in fr.opensagres.xdocreport.document.dump.eclipse
Classes in fr.opensagres.xdocreport.document.dump.eclipse that implement IDumperMethods in fr.opensagres.xdocreport.document.dump.eclipse that return IDumperModifier and TypeMethodDescriptionEclipseProjectDumperDiscovery.getDumper()Returns the singletonEclipseProjectDumper.static IDumperEclipseProjectDumper.getInstance() -
Uses of IDumper in fr.opensagres.xdocreport.document.dump.java
Classes in fr.opensagres.xdocreport.document.dump.java that implement IDumperModifier and TypeClassDescriptionclassIDumperimplementation 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. the data context is encoded as binary 64 as JSON. the fields metadata is encoded as binary 64 as XML.Methods in fr.opensagres.xdocreport.document.dump.java that return IDumperModifier and TypeMethodDescriptionJavaMainDumperDiscovery.getDumper()Returns the singletonJavaMain.static IDumperJavaMainDumper.getInstance() -
Uses of IDumper in fr.opensagres.xdocreport.document.dump.maven
Classes in fr.opensagres.xdocreport.document.dump.maven that implement IDumperMethods in fr.opensagres.xdocreport.document.dump.maven that return IDumperModifier and TypeMethodDescriptionMavenProjectDumperDiscovery.getDumper()Returns the singletonMavenProjectDumper.static IDumperMavenProjectDumper.getInstance()