Package org.forgerock.doc.maven.pre
Class CreateThumbs
java.lang.Object
org.forgerock.doc.maven.pre.CreateThumbs
Create thumbnails of .png images in the modifiable copy of the sources.
This class creates resized thumbnail files prefixed with 'thumb_' in the same directory as the original image.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Create thumbnails of .png images in the modifiable copy of the sources.
-
Constructor Details
-
CreateThumbs
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Create thumbnails of .png images in the modifiable copy of the sources.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to edit image file.
-