public class DefaultMigrationReport extends Object implements MigrationReport
MigrationReport.MigrationReport.Level| Constructor and Description |
|---|
DefaultMigrationReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProcessedElements(int processedElements) |
double |
getErrorMigrationRatio() |
String |
getProjectName() |
String |
getProjectType() |
List<ReportEntryModel> |
getReportEntries() |
double |
getSuccessfulMigrationRatio() |
void |
initialize(ProjectType projectType,
String projectName) |
void |
report(MigrationReport.Level level,
org.jdom2.Element element,
org.jdom2.Element elementToComment,
String message,
String... documentationLinks) |
void |
report(String entryKey,
org.jdom2.Element element,
org.jdom2.Element elementToComment,
String... messageParams) |
public void initialize(ProjectType projectType, String projectName)
initialize in interface MigrationReportpublic void report(String entryKey, org.jdom2.Element element, org.jdom2.Element elementToComment, String... messageParams)
report in interface MigrationReportpublic void report(MigrationReport.Level level, org.jdom2.Element element, org.jdom2.Element elementToComment, String message, String... documentationLinks)
report in interface MigrationReportpublic void addProcessedElements(int processedElements)
addProcessedElements in interface MigrationReportpublic String getProjectType()
public String getProjectName()
public List<ReportEntryModel> getReportEntries()
getReportEntries in interface MigrationReportpublic double getSuccessfulMigrationRatio()
public double getErrorMigrationRatio()
Copyright © 2018 MuleSoft Inc. All rights reserved.