public abstract class AbstractIBDataMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
IBDATA_WORKING_DIRECTORY |
protected static String |
INGESTION_TARGET |
protected static String |
TRANSFORMATION_TARGET |
| Constructor and Description |
|---|
AbstractIBDataMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
_execute() |
protected void |
_setup() |
void |
execute() |
protected abstract AbstractIBDataMavenComponent |
getComponent() |
IBDataEngine |
getEngine() |
org.apache.maven.plugin.MojoExecution |
getMojo() |
protected org.apache.maven.project.MavenProject |
getProject() |
org.apache.maven.execution.MavenSession |
getSession() |
IBStreamerFactory |
getStreamerFactory() |
public static final String IBDATA_WORKING_DIRECTORY
protected static final String INGESTION_TARGET
protected static final String TRANSFORMATION_TARGET
public IBStreamerFactory getStreamerFactory()
public IBDataEngine getEngine()
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic org.apache.maven.plugin.MojoExecution getMojo()
protected org.apache.maven.project.MavenProject getProject()
public org.apache.maven.execution.MavenSession getSession()
protected abstract AbstractIBDataMavenComponent getComponent()
protected abstract void _execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void _setup()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionCopyright © 2019 InfrastructureBuilder. All rights reserved.