Package org.forgerock.doc.maven.pre
Class PlantUml
java.lang.Object
org.forgerock.doc.maven.pre.PlantUml
Use PlantUML to generate images.
This class expects .txt files in the DocBook XML sources that contain PlantUML diagrams.
It transforms the files to images in the same directories as the files.
-
Constructor Summary
ConstructorsConstructorDescriptionPlantUml
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Run PlantUML on .txt files in the DocBook source files.
-
Constructor Details
-
PlantUml
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Run PlantUML on .txt files in the DocBook source files.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to run PlantUML.
-