@Mojo(name="generate-inspections") public class GenerateInspectionsMojo extends AbstractAtlasMapMojo
| Modifier and Type | Class and Description |
|---|---|
static class |
GenerateInspectionsMojo.Inspection |
static class |
GenerateInspectionsMojo.InspectionType |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_OUTPUT_FILE_PREFIX |
| Constructor and Description |
|---|
GenerateInspectionsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
List<String> |
getArtifacts() |
String |
getClassName() |
List<GenerateInspectionsMojo.Inspection> |
getInspections() |
void |
setArtifacts(List<String> artifacts) |
void |
setClassName(String className) |
void |
setInspections(List<GenerateInspectionsMojo.Inspection> inspections) |
getOutputDir, getOutputFile, getRemoteRepos, getRepoSession, getSystem, resolveClasspath, setOutputDir, setOutputFile, setRemoteRepos, setRepoSession, setSystem, writeToJsonFilepublic static final String DEFAULT_OUTPUT_FILE_PREFIX
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic String getClassName()
public void setClassName(String className)
public List<GenerateInspectionsMojo.Inspection> getInspections()
public void setInspections(List<GenerateInspectionsMojo.Inspection> inspections)
Copyright © 2020 JBoss by Red Hat. All rights reserved.