| Modifier and Type | Class and Description | 
|---|---|
class  | 
ADSCCompiler
Adapter for the ARM C Compilers
 See Doc No: ARM DUI 0151A, Issued: Nov 2001 at
 http://www.arm.com/arm/User_Guides?OpenDocument 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BorlandCCompiler
Adapter for the Borland(r) C/C++ compiler. 
 | 
class  | 
BorlandResourceCompiler
Adapter for the Borland(r) brc32 Resource compiler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompaqVisualFortranCompiler
Adapter for the Compaq(r) Visual Fortran compiler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommandLineCCompiler
An abstract Compiler implementation which uses an external program to
 perform the compile. 
 | 
class  | 
CommandLineFortranCompiler
An abstract Compiler implementation which uses an external program to
 perform the compile. 
 | 
class  | 
PrecompilingCommandLineCCompiler
A command line C compiler that can utilize precompilation of header files 
 | 
class  | 
PrecompilingCommandLineCompiler
A command line C compiler that can utilize precompilation of header files 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CommandLineCompiler | 
CommandLineCompiler.getLibtoolCompiler()
Obtains the same compiler, but with libtool set
 
 Default behavior is to ignore libtool 
 | 
| Constructor and Description | 
|---|
CommandLineCompiler(String command,
                   String identifierArg,
                   String[] sourceExtensions,
                   String[] headerExtensions,
                   String outputSuffix,
                   boolean libtool,
                   CommandLineCompiler libtoolCompiler,
                   boolean newEnvironment,
                   org.apache.tools.ant.types.Environment env)  | 
CommandLineCompilerConfiguration(CommandLineCompiler compiler,
                                String identifier,
                                File[] includePath,
                                File[] sysIncludePath,
                                File[] envIncludePath,
                                String includePathIdentifier,
                                String[] args,
                                ProcessorParam[] params,
                                boolean rebuild,
                                String[] endArgs)  | 
CommandLineCompilerConfiguration(CommandLineCompiler compiler,
                                String identifier,
                                File[] includePath,
                                File[] sysIncludePath,
                                File[] envIncludePath,
                                String includePathIdentifier,
                                String[] args,
                                ProcessorParam[] params,
                                boolean rebuild,
                                String[] endArgs,
                                String commandPath)  | 
CommandLineCompilerConfiguration(CommandLineCompiler compiler,
                                String identifier,
                                File[] includePath,
                                File[] sysIncludePath,
                                File[] envIncludePath,
                                String includePathIdentifier,
                                String[] args,
                                ProcessorParam[] params,
                                boolean rebuild,
                                String[] endArgs,
                                String commandPath,
                                boolean useCcache)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GccCCompiler
Adapter for the GCC C/C++ compiler 
 | 
class  | 
GccCompatibleCCompiler
Abstract base class for compilers that attempt to be command line compatible
 with GCC 
 | 
class  | 
WindresResourceCompiler
Adapter for the GNU windres resource compiler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
aCCCompiler
Adapter for the HP aC++ C++ compiler 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VisualAgeCCompiler
Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm) 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IntelLinux32CCompiler
Adapter for the Intel (r) C/C++ compiler for IA-32 Linux (r)
 The Intel (r) C/C++ compiler for IA32 Linux mimics the command options for
 gcc compiler. 
 | 
class  | 
IntelLinux32Compiler  | 
class  | 
IntelLinux64CCompiler
Adapter for the Intel (r) C/C++ compiler for IA-64 Linux (r)
 The Intel C/C++ compiler for IA-64 Linux mimics the command options for gcc
 compiler. 
 | 
class  | 
IntelLinux64Compiler  | 
class  | 
IntelLinuxFortranCompiler  | 
class  | 
IntelWin32CCompiler
Adapter for the Intel (r) C++ compiler for 32-bit applications
 The Intel (r) C++ compiler for IA32 Windows mimics the command options for
 the Microsoft (r) C++ compiler. 
 | 
class  | 
IntelWin64CCompiler
Adapter for the Intel C++ compiler for Itanium(TM) Applications 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XpidlCompiler
Adapter for the Mozilla Xpidl Compiler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Msvc2005CCompiler
Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler 
 | 
class  | 
MsvcCCompiler
Adapter for the Microsoft(r) C/C++ Optimizing Compiler 
 | 
class  | 
MsvcCompatibleCCompiler
An abstract base class for compilers that are basically command line
 compatible with Microsoft(r) C/C++ Optimizing Compiler 
 | 
class  | 
MsvcMessageCompiler
Adapter for the Microsoft (r) Windows 32 Message Compiler 
 | 
class  | 
MsvcMIDLCompiler
Adapter for the Microsoft (r) MIDL Compiler 
 | 
class  | 
MsvcResourceCompiler
Adapter for the Microsoft (r) Windows 32 Resource Compiler 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OpenWatcomCCompiler
Adapter for the OpenWatcom C Compiler. 
 | 
class  | 
OpenWatcomCompiler
An abstract base class for the OpenWatcom C and Fortran compilers. 
 | 
class  | 
OpenWatcomFortranCompiler
Adapter for the OpenWatcom Fortran compiler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OS390CCompiler
Adapter for the IBM (R) OS/390 (tm) C++ Compiler 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IccCompiler
Adapter for the IBM (R) OS/390 (tm) C++ Compiler 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
C89CCompiler
Adapter for the Sun C89 C++ Compiler 
 | 
class  | 
ForteCCCompiler
Adapter for the Sun (r) Forte (tm) C++ compiler 
 | 
class  | 
ForteCCompiler
Adapter for the Sun (r) Forte (tm) C compiler 
 | 
class  | 
ForteF77Compiler
Adapter for the Sun (r) Forte (tm) F77 compiler 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClxxCCompiler
Adapter for TI DSP compilers with cl** commands 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MetaObjectCompiler
Adapter for the Trolltech Qt MOC Compiler. 
 | 
class  | 
UserInterfaceCompiler
Adapter for the Trolltech Qt UIC Compiler. 
 | 
Copyright © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.