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
Modifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
void
setArtifacts
(List<String> artifacts) void
setClassName
(String className) void
setInspections
(List<GenerateInspectionsMojo.Inspection> inspections) Methods inherited from class io.atlasmap.maven.AbstractAtlasMapMojo
getOutputDir, getOutputFile, getRemoteRepos, getRepoSession, getSystem, resolveClasspath, setOutputDir, setOutputFile, setRemoteRepos, setRepoSession, setSystem, writeToJsonFile
Methods 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.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
getArtifacts
-
setArtifacts
-
getClassName
-
setClassName
-
getInspections
-
setInspections
-