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 ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Field Summary
FieldsFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()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, writeToJsonFileMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
DEFAULT_OUTPUT_FILE_PREFIX
- See Also:
-
-
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.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getArtifacts
-
setArtifacts
-
getClassName
-
setClassName
-
getInspections
-
setInspections
-