public abstract class AbstractProjectDumper extends AbstractDumper
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractProjectDumper.ProjectDumperOption |
| Constructor and Description |
|---|
AbstractProjectDumper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
ITemplateEngine templateEngine,
OutputStream out) |
protected void |
doDump(IXDocReport report,
InputStream documentIn,
IContext context,
ITemplateEngine templateEngine,
IContext dumpContext,
File baseDir,
ZipOutputStream out) |
protected abstract String |
getJavaSrcPath() |
MimeMapping |
getMimeMapping()
Returns mime mapping switch the kind of the dumper.
|
protected abstract String |
getResourcesSrcPath() |
dump, dumpprotected void doDump(IXDocReport report, InputStream documentIn, IContext context, DumperOptions option, ITemplateEngine templateEngine, OutputStream out) throws IOException, XDocReportException
doDump in class AbstractDumperIOExceptionXDocReportExceptionprotected void doDump(IXDocReport report, InputStream documentIn, IContext context, ITemplateEngine templateEngine, IContext dumpContext, File baseDir, ZipOutputStream out) throws IOException, XDocReportException
IOExceptionXDocReportExceptionpublic MimeMapping getMimeMapping()
IDumperprotected abstract String getJavaSrcPath()
protected abstract String getResourcesSrcPath()
Copyright © 2017. All Rights Reserved.