From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../compiler/class-use/CommandLineLinker.html | 745 +++++++++++++++++++++ 1 file changed, 745 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinker.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinker.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinker.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinker.html new file mode 100644 index 0000000..f193ebf --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinker.html @@ -0,0 +1,745 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineLinker

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CommandLineLinker
net.sf.antcontrib.cpptasks.arm  
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compaq  
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.sun  
net.sf.antcontrib.cpptasks.ti  
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.arm
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.borland
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.compaq
+  +

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return CommandLineLinker
+ CommandLineLinkerCommandLineLinker.getLibtoolLinker() + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineLinker
CommandLineLinker(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] extensions, + java.lang.String[] ignoredExtensions, + java.lang.String outputSuffix, + boolean isLibtool, + CommandLineLinker libtoolLinker) + +
+          Creates a comand line linker invocation
CommandLineLinkerConfiguration(CommandLineLinker linker, + java.lang.String identifier, + java.lang.String[][] args, + ProcessorParam[] params, + boolean rebuild, + boolean map, + boolean debug, + java.lang.String[] libraryNames, + java.lang.String startupObject) + +
+           
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudioCompatibleLibrarian + +
+          Abstract base adapter for librarians with command line options compatible + with the Microsoft(r) Library Manager
+ classDevStudioCompatibleLinker + +
+          Abstract base class for linkers that try to mimic the command line arguments + for the Microsoft (r) Incremental Linker
+ classDevStudioLibrarian + +
+          Adapter for the Microsoft (r) Library Manager
+ classDevStudioLinker + +
+          Adapter for the Microsoft (r) Incremental Linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.gcc
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccLibrarian + +
+          Adapter for the 'ar' archiver
+ classGccLinker + +
+          Adapter for the GCC linker
+ classGppLinker + +
+          Adapter for the g++ variant of the GCC linker
+ classLdLinker + +
+          Adapter for the 'ld' linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.hp
+  +

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.hp
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.ibm
+  +

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
+ classIntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.os390
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.os400
+  +

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.os400
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.sun
+  +

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.sun
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

+ + + + + +
+Uses of CommandLineLinker in net.sf.antcontrib.cpptasks.ti
+  +

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.ti
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3