public class EclipseProjectDumper extends AbstractProjectDumper
| Modifier and Type | Class and Description |
|---|---|
static class |
EclipseProjectDumper.EclipseProjectDumperOptions |
AbstractProjectDumper.ProjectDumperOption| Modifier and Type | Field and Description |
|---|---|
static String |
ECLIPSE_PROJECT_TEMPLATE |
| Constructor and Description |
|---|
EclipseProjectDumper() |
| Modifier and Type | Method and Description |
|---|---|
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() |
doDump, getMimeMappingdump, dumppublic static final String ECLIPSE_PROJECT_TEMPLATE
public static IDumper getInstance()
protected void doDump(IXDocReport report, InputStream documentIn, IContext context, ITemplateEngine templateEngine, IContext dumpContext, File baseDir, ZipOutputStream out) throws IOException, XDocReportException
doDump in class AbstractProjectDumperIOExceptionXDocReportExceptionprotected String getJavaSrcPath()
getJavaSrcPath in class AbstractProjectDumperprotected String getResourcesSrcPath()
getResourcesSrcPath in class AbstractProjectDumperCopyright © 2015. All Rights Reserved.