Package io.atlasmap.maven
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerateInspectionsMojo.Inspectionstatic classGenerateInspectionsMojo.InspectionType
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_OUTPUT_FILE_PREFIX
-
Constructor Summary
Constructors Constructor Description GenerateInspectionsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()List<String>getArtifacts()StringgetClassName()List<GenerateInspectionsMojo.Inspection>getInspections()voidsetArtifacts(List<String> artifacts)voidsetClassName(String className)voidsetInspections(List<GenerateInspectionsMojo.Inspection> inspections)-
Methods inherited from class io.atlasmap.maven.AbstractAtlasMapMojo
getOutputDir, getOutputFile, getRemoteRepos, getRepoSession, getSystem, resolveClasspath, setOutputDir, setOutputFile, setRemoteRepos, setRepoSession, setSystem, writeToJsonFile
-
-
-
-
Field Detail
-
DEFAULT_OUTPUT_FILE_PREFIX
public static final String DEFAULT_OUTPUT_FILE_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getInspections
public List<GenerateInspectionsMojo.Inspection> getInspections()
-
setInspections
public void setInspections(List<GenerateInspectionsMojo.Inspection> inspections)
-
-