Class PluginXdocGenerator

java.lang.Object
org.apache.maven.tools.plugin.generator.PluginXdocGenerator
All Implemented Interfaces:
Generator

public class PluginXdocGenerator extends Object implements Generator
Generate xdoc documentation for each mojo.
  • Constructor Details

    • PluginXdocGenerator

      Default constructor using Locale.ENGLISH as locale. Used only in test cases.
    • PluginXdocGenerator

      public PluginXdocGenerator(org.apache.maven.project.MavenProject project)
      Constructor using Locale.ENGLISH as locale.
      Parameters:
      project - not null Maven project.
    • PluginXdocGenerator

      public PluginXdocGenerator(org.apache.maven.project.MavenProject project, Locale locale)
      Parameters:
      project - not null.
      locale - not null wanted locale.
  • Method Details