Class AbstractRewriteDryRunMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
RewriteDryRunMojo, RewriteDryRunNoForkMojo

public class AbstractRewriteDryRunMojo extends AbstractRewriteBaseRunMojo
Base mojo for rewrite:dryRun and rewrite:dryRunNoFork.

Generate warnings to the console for any recipe that would make changes, but do not make changes.

  • Constructor Details

    • AbstractRewriteDryRunMojo

      public AbstractRewriteDryRunMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException