public class EclipseProjectDumper extends AbstractProjectDumper
| Modifier and Type | Class and Description |
|---|---|
static class |
EclipseProjectDumper.EclipseProjectDumperOptions |
AbstractProjectDumper.ProjectDumperOption| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ECLIPSE_PROJECT_TEMPLATE |
| Constructor and Description |
|---|
EclipseProjectDumper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDump(IXDocReport report,
java.io.InputStream documentIn,
IContext context,
ITemplateEngine templateEngine,
IContext dumpContext,
java.io.File baseDir,
java.util.zip.ZipOutputStream out) |
static IDumper |
getInstance() |
protected java.lang.String |
getJavaSrcPath() |
protected java.lang.String |
getResourcesSrcPath() |
doDump, getMimeMappingdump, dumppublic static final java.lang.String ECLIPSE_PROJECT_TEMPLATE
public static IDumper getInstance()
protected void doDump(IXDocReport report, java.io.InputStream documentIn, IContext context, ITemplateEngine templateEngine, IContext dumpContext, java.io.File baseDir, java.util.zip.ZipOutputStream out) throws java.io.IOException, XDocReportException
doDump in class AbstractProjectDumperjava.io.IOExceptionXDocReportExceptionprotected java.lang.String getJavaSrcPath()
getJavaSrcPath in class AbstractProjectDumperprotected java.lang.String getResourcesSrcPath()
getResourcesSrcPath in class AbstractProjectDumperCopyright © 2024. All Rights Reserved.