public class JsonPresenter extends BasePresenter
Modification
s of a comparison run to JSON Data.Modifier and Type | Class and Description |
---|---|
static class |
JsonPresenter.JsonDifference
JSON format for differences
|
static class |
JsonPresenter.JsonResult
JSON format for result model for enduser
|
BasePresenter.ERROR_SOURCE
LOGGER, MAX_FILENAME_LENGTH
Constructor and Description |
---|
JsonPresenter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtensionName()
Returns the UNIQUE name of the extension.
|
java.lang.String |
getJson()
Return the JSON Data as String
|
void |
onComparisonDone()
Called to indicate that a comparison has finished.
|
BasePresenter |
spawn(boolean spawnWithParent)
Creates another presenter of the the same type as the current one.
|
canInformUserOnErrors, configure, createExportFilename, detachFromModel, executeImmediately, getDefaultExportName, getLastPresenterException, getModel, getParent, getPresenterExceptions, onClear, onDataUpdate, onError, onFilterChange, onFinish, onInit, onProgressUpdate, setModel, setParent
public java.lang.String getExtensionName()
public void onComparisonDone() throws java.lang.Exception
onComparisonDone
in class BasePresenter
java.lang.Exception
- thrown in case the processing of the finish step failspublic java.lang.String getJson()
public BasePresenter spawn(boolean spawnWithParent)
spawn
in class BasePresenter
spawnWithParent
- if true, the presenter is allowed to keep a reference to it's parent to create a summary on onFinish()Copyright © 2010-2022 by i-net software GmbH