Class GenerateInspectionsMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.atlasmap.maven.AbstractAtlasMapMojo
io.atlasmap.maven.GenerateInspectionsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-inspections") public class GenerateInspectionsMojo extends AbstractAtlasMapMojo
  • Field Details

  • Constructor Details

    • GenerateInspectionsMojo

      public GenerateInspectionsMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • getArtifacts

      public List<String> getArtifacts()
    • setArtifacts

      public void setArtifacts(List<String> artifacts)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getInspections

      public List<GenerateInspectionsMojo.Inspection> getInspections()
    • setInspections

      public void setInspections(List<GenerateInspectionsMojo.Inspection> inspections)