Package org.forgerock.opendj.maven.doc
Class GenerateGlobalAcisTableMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.forgerock.opendj.maven.doc.GenerateGlobalAcisTableMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-global-acis-table") public class GenerateGlobalAcisTableMojo extends org.apache.maven.plugin.AbstractMojoGenerates documentation source table listing global ACIs.
-
-
Constructor Summary
Constructors Constructor Description GenerateGlobalAcisTableMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Writes documentation source table listing global ACIs.
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionWrites documentation source table listing global ACIs.- Throws:
org.apache.maven.plugin.MojoExecutionException- Not used.org.apache.maven.plugin.MojoFailureException- Failed to read ACIs or to write the table file.
-
-