Package ro.sync.exml.plugin.document
Class DocumentPluginResultImpl
java.lang.Object
ro.sync.exml.plugin.document.DocumentPluginResultImpl
- All Implemented Interfaces:
DocumentPluginResult
@API(type=EXTENDABLE,
src=PUBLIC)
public class DocumentPluginResultImpl
extends Object
implements DocumentPluginResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an PluginResult with no document.DocumentPluginResultImpl
(Document document) Constructor for the PluginResult. -
Method Summary
Modifier and TypeMethodDescriptionGet the current document.void
setProcessedDocument
(Document document) Sets the current document.
-
Field Details
-
document
The processed document.
-
-
Constructor Details
-
DocumentPluginResultImpl
public DocumentPluginResultImpl()Creates an PluginResult with no document. -
DocumentPluginResultImpl
Constructor for the PluginResult.- Parameters:
document
- The processed document.
-
-
Method Details
-
setProcessedDocument
Sets the current document.- Parameters:
document
- The current document.
-
getProcessedDocument
Get the current document.- Specified by:
getProcessedDocument
in interfaceDocumentPluginResult
- Returns:
- The current document.
-