Class EclipseProjectDumper
java.lang.Object
fr.opensagres.xdocreport.document.dump.AbstractDumper
fr.opensagres.xdocreport.document.dump.AbstractProjectDumper
fr.opensagres.xdocreport.document.dump.eclipse.EclipseProjectDumper
- All Implemented Interfaces:
IDumper
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class fr.opensagres.xdocreport.document.dump.AbstractProjectDumper
AbstractProjectDumper.ProjectDumperOption -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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) static IDumperprotected Stringprotected StringMethods inherited from class fr.opensagres.xdocreport.document.dump.AbstractProjectDumper
doDump, getMimeMappingMethods inherited from class fr.opensagres.xdocreport.document.dump.AbstractDumper
dump, dump
-
Field Details
-
ECLIPSE_PROJECT_TEMPLATE
- See Also:
-
-
Constructor Details
-
EclipseProjectDumper
public EclipseProjectDumper()
-
-
Method Details
-
getInstance
-
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 - Overrides:
doDumpin classAbstractProjectDumper- Throws:
IOExceptionfr.opensagres.xdocreport.core.XDocReportException
-
getJavaSrcPath
- Specified by:
getJavaSrcPathin classAbstractProjectDumper
-
getResourcesSrcPath
- Specified by:
getResourcesSrcPathin classAbstractProjectDumper
-