Package org.forgerock.doc.maven.pre
Class ImageData
java.lang.Object
org.forgerock.doc.maven.pre.ImageData
Edit
<imagedata>
elements in DocBook XML sources.-
Constructor Summary
ConstructorsConstructorDescriptionImageData
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Edit<imagedata>
elements in the copy of DocBook XML sources.
-
Constructor Details
-
ImageData
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Edit<imagedata>
elements in the copy of DocBook XML sources.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to update an XML file.
-