Class Transformation


public class Transformation extends CoordinateConfiguration
A transformation specification to apply during the plugin's execution.
  • Field Details

  • Constructor Details

    • Transformation

      public Transformation()
  • Method Details

    • getPlugin

      public String getPlugin() throws org.apache.maven.plugin.MojoExecutionException
      Returns the plugin type name.
      Returns:
      The plugin type name.
      Throws:
      org.apache.maven.plugin.MojoExecutionException - If the plugin name was not specified or is empty.
    • makeArgumentResolvers

      public List<Plugin.Factory.UsingReflection.ArgumentResolver> makeArgumentResolvers()
      Creates the argument resolvers for the plugin's constructor by transforming the plugin arguments.
      Returns:
      A list of argument resolvers.