Class DOCXMergerPlugin
- java.lang.Object
-
- io.vertigo.quarto.plugins.publisher.docx.DOCXMergerPlugin
-
- All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Plugin,MergerPlugin
public final class DOCXMergerPlugin extends Object implements MergerPlugin
Gestionnaire des fusions de documents Docx.- Author:
- adufranne
-
-
Constructor Summary
Constructors Constructor Description DOCXMergerPlugin(io.vertigo.commons.script.ScriptManager scriptManager)Constructeur avec ODTScriptGrammar par défaut.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fileexecute(URL modelFileURL, PublisherData data)Effectue la fusion.PublisherFormatgetPublisherFormat()
-
-
-
Method Detail
-
execute
public File execute(URL modelFileURL, PublisherData data) throws IOException
Effectue la fusion.- Specified by:
executein interfaceMergerPlugin- Parameters:
modelFileURL- Chemin vers le fichier modeldata- Données à fusionner avec le model- Returns:
- Fichier résultat de la fusion
- Throws:
IOException- Exception système
-
getPublisherFormat
public PublisherFormat getPublisherFormat()
- Specified by:
getPublisherFormatin interfaceMergerPlugin- Returns:
- Type de format géré par ce plugin
-
-