Package io.atlasmap.maven
Class GenerateFieldActionsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.atlasmap.maven.AbstractAtlasMapMojo
io.atlasmap.maven.GenerateFieldActionsMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="generate-field-actions")
public class GenerateFieldActionsMojo
extends AbstractAtlasMapMojo
-
Nested Class Summary
-
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
setFieldActionOutputDir
(File outputDir) void
setFieldActions
(List<GenerateFieldActionsMojo.FieldAction> fieldActions) 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
-
GenerateFieldActionsMojo
public GenerateFieldActionsMojo()
-
-
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
-
getFieldActions
-
setFieldActions
-
getFieldActionOutputDir
-
setFieldActionOutputDir
-