| Package | Description |
|---|---|
| org.codehaus.mojo.natives | |
| org.codehaus.mojo.natives.compiler | |
| org.codehaus.mojo.natives.plugin |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File[] |
NativeSources.getAllSourceFiles(NativeSources[] sources)
Helper to get all source files in a Array of NativeSources
|
static java.io.File[] |
NativeSources.getIncludePaths(NativeSources[] sources) |
static java.io.File[] |
NativeSources.getSystemIncludePaths(NativeSources[] sources) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
AbstractResourceCompiler.compile(ResourceCompilerConfiguration config,
NativeSources[] sources) |
java.util.List |
ResourceCompiler.compile(ResourceCompilerConfiguration config,
NativeSources[] sources) |
| Modifier and Type | Field and Description |
|---|---|
private NativeSources[] |
NativeResourceCompileMojo.resources
Array of NativeSources containing include directories and source files
|
private NativeSources[] |
NativeBundleIncludeFilesMojo.sources
Array of NativeSources containing include directories and source files.
|
protected NativeSources[] |
NativeCompileMojo.sources
Array of NativeSources containing include directories and source files.
|