| Interface | Description |
|---|---|
| Compiler |
A compiler.
|
| CompilerConfiguration |
A configuration for a compiler
|
| Linker |
A linker for executables, and static and dynamic libraries.
|
| LinkerConfiguration |
A configuration for a linker
|
| PrecompilingCompiler |
A compiler that can utilize precompilation of header files
|
| Processor |
A processor.
|
| ProcessorConfiguration |
A configuration for a C++ compiler, linker or other processor
|
| ProgressMonitor |
Interface to receive notification of compile progress
|
| Class | Description |
|---|---|
| AbstractCompiler |
An abstract compiler implementation.
|
| AbstractLinker |
An abstract Linker implementation.
|
| AbstractProcessor |
An abstract processor (compiler/linker) implementation.
|
| CaptureStreamHandler |
Implements ExecuteStreamHandler to capture the output of a Execute to an
array of strings
|
| CommandLineCCompiler |
An abstract Compiler implementation which uses an external program to
perform the compile.
|
| CommandLineCompiler |
An abstract Compiler implementation which uses an external program to
perform the compile.
|
| CommandLineCompilerConfiguration |
A configuration for a C++ compiler
|
| CommandLineFortranCompiler |
An abstract Compiler implementation which uses an external program to
perform the compile.
|
| CommandLineLinker |
An abstract Linker implementation that performs the link via an external
command.
|
| CommandLineLinkerConfiguration |
A configuration for a command line linker
|
| LinkType |
This class represents the target platform for the compile and link step.
|
| PrecompilingCommandLineCCompiler |
A command line C compiler that can utilize precompilation of header files
|
| PrecompilingCommandLineCompiler |
A command line C compiler that can utilize precompilation of header files
|
Copyright © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.