public abstract class AbstractNativeMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
dependencyIncludeDirectory
Directory to unpack .inczip dependency files to be included as system include path
|
protected static java.util.List |
EMPTY_FILE_LIST |
private EnvFactory |
envFactory |
protected EnvFactoryManager |
envFactoryManager
Internal
|
private java.lang.String |
envFactoryName
Specifies a fully qualified class name implementing the org.codehaus.mojo.natives.EnvFactory interface.
|
static java.lang.String |
INCZIP_FOUND |
static java.lang.String |
INCZIP_TYPE |
static java.lang.String |
LINKER_INPUT_LIST_NAME |
static java.lang.String |
LINKER_OUTPUT_PATH |
protected org.apache.maven.project.MavenProject |
project
POM
|
protected java.io.File |
workingDirectory
user directory when external tools( ie compiler/linker ) are invoked
|
| Constructor and Description |
|---|
AbstractNativeMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List |
getAllCompilersOutputFileList() |
protected EnvFactory |
getEnvFactory() |
protected org.apache.maven.project.MavenProject |
getProject()
Internal for unit test only
|
protected static java.lang.String[] |
removeEmptyOptions(java.util.List args) |
protected void |
saveCompilerOutputFilePaths(java.util.List filePaths) |
getLog, getPluginContext, setLog, setPluginContextpublic static final java.lang.String LINKER_INPUT_LIST_NAME
public static final java.lang.String LINKER_OUTPUT_PATH
public static final java.lang.String INCZIP_FOUND
public static final java.lang.String INCZIP_TYPE
protected static final java.util.List EMPTY_FILE_LIST
protected org.apache.maven.project.MavenProject project
protected java.io.File workingDirectory
private java.lang.String envFactoryName
protected EnvFactoryManager envFactoryManager
protected java.io.File dependencyIncludeDirectory
private EnvFactory envFactory
protected static java.lang.String[] removeEmptyOptions(java.util.List args)
protected java.util.List getAllCompilersOutputFileList()
protected void saveCompilerOutputFilePaths(java.util.List filePaths)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected org.apache.maven.project.MavenProject getProject()
protected EnvFactory getEnvFactory() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException