Class AbstractProjectDumper
java.lang.Object
fr.opensagres.xdocreport.document.dump.AbstractDumper
fr.opensagres.xdocreport.document.dump.AbstractProjectDumper
- All Implemented Interfaces:
IDumper
- Direct Known Subclasses:
EclipseProjectDumper,MavenProjectDumper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoDump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, DumperOptions option, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, OutputStream out) protected voiddoDump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, fr.opensagres.xdocreport.template.IContext dumpContext, File baseDir, ZipOutputStream out) protected abstract Stringfr.opensagres.xdocreport.converter.MimeMappingReturns mime mapping switch the kind of the dumper.protected abstract StringMethods inherited from class fr.opensagres.xdocreport.document.dump.AbstractDumper
dump, dump
-
Constructor Details
-
AbstractProjectDumper
public AbstractProjectDumper()
-
-
Method Details
-
doDump
protected void doDump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, DumperOptions option, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, OutputStream out) throws IOException, fr.opensagres.xdocreport.core.XDocReportException - Specified by:
doDumpin classAbstractDumper- Throws:
IOExceptionfr.opensagres.xdocreport.core.XDocReportException
-
doDump
protected void doDump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, fr.opensagres.xdocreport.template.IContext dumpContext, File baseDir, ZipOutputStream out) throws IOException, fr.opensagres.xdocreport.core.XDocReportException - Throws:
IOExceptionfr.opensagres.xdocreport.core.XDocReportException
-
getMimeMapping
public fr.opensagres.xdocreport.converter.MimeMapping getMimeMapping()Description copied from interface:IDumperReturns mime mapping switch the kind of the dumper.- Returns:
-
getJavaSrcPath
-
getResourcesSrcPath
-