fr.opensagres.xdocreport.document.dump.maven
Class MavenProjectDumper

java.lang.Object
  extended by fr.opensagres.xdocreport.document.dump.AbstractDumper
      extended by fr.opensagres.xdocreport.document.dump.AbstractProjectDumper
          extended by fr.opensagres.xdocreport.document.dump.maven.MavenProjectDumper
All Implemented Interfaces:
IDumper

public class MavenProjectDumper
extends AbstractProjectDumper


Nested Class Summary
static class MavenProjectDumper.MavenProjectDumperOptions
           
 
Nested classes/interfaces inherited from class fr.opensagres.xdocreport.document.dump.AbstractProjectDumper
AbstractProjectDumper.ProjectDumperOption
 
Constructor Summary
MavenProjectDumper()
           
 
Method Summary
protected  void doDump(IXDocReport report, InputStream documentIn, IContext context, ITemplateEngine templateEngine, IContext dumpContext, File baseDir, ZipOutputStream out)
           
static IDumper getInstance()
           
protected  String getJavaSrcPath()
           
protected  String getResourcesSrcPath()
           
 
Methods inherited from class fr.opensagres.xdocreport.document.dump.AbstractProjectDumper
doDump, getMimeMapping
 
Methods inherited from class fr.opensagres.xdocreport.document.dump.AbstractDumper
dump, dump
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenProjectDumper

public MavenProjectDumper()
Method Detail

getInstance

public static IDumper getInstance()

doDump

protected void doDump(IXDocReport report,
                      InputStream documentIn,
                      IContext context,
                      ITemplateEngine templateEngine,
                      IContext dumpContext,
                      File baseDir,
                      ZipOutputStream out)
               throws IOException,
                      XDocReportException
Overrides:
doDump in class AbstractProjectDumper
Throws:
IOException
XDocReportException

getJavaSrcPath

protected String getJavaSrcPath()
Specified by:
getJavaSrcPath in class AbstractProjectDumper

getResourcesSrcPath

protected String getResourcesSrcPath()
Specified by:
getResourcesSrcPath in class AbstractProjectDumper


Copyright © 2013. All rights reserved.