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 --- .../cpptasks/borland/BorlandProcessor.html | 425 +++++++++++++++++++++ 1 file changed, 425 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandProcessor.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandProcessor.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandProcessor.html b/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandProcessor.html new file mode 100644 index 0000000..06b74da --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/borland/BorlandProcessor.html @@ -0,0 +1,425 @@ + + + + + + + +BorlandProcessor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.borland +
+Class BorlandProcessor

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.borland.BorlandProcessor
+
+
+
+
public final class BorlandProcessor
extends java.lang.Object
+ + +

+A add-in class for Borland(r) processor adapters +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidaddWarningSwitch(java.util.Vector args, + int level) + +
+           
+static voidgetDefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define, + java.lang.String value) + +
+           
+static java.io.File[]getEnvironmentPath(java.lang.String toolName, + char switchChar, + java.lang.String[] defaultRelativePath) + +
+          This method extracts path information from the appropriate .cfg file in + the install directory.
+static java.lang.StringgetIncludeDirSwitch(java.lang.String includeOption, + java.lang.String includeDir) + +
+           
+static java.lang.String[]getLibraryPatterns(java.lang.String[] libnames, + LibraryTypeEnum libType) + +
+           
+static java.lang.String[]getOutputFileSwitch(java.lang.String outFile) + +
+           
+static voidgetUndefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define) + +
+           
+static booleanisCaseSensitive() + +
+           
+static java.lang.String[]prepareResponseFile(java.io.File outputFile, + java.lang.String[] args, + java.lang.String continuation) + +
+          Prepares argument list to execute the linker using a response file.
+static voidquoteFile(java.lang.StringBuffer buf, + java.lang.String outPath) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+addWarningSwitch

+
+public static void addWarningSwitch(java.util.Vector args,
+                                    int level)
+
+
+
+
+
+
+ +

+getDefineSwitch

+
+public static void getDefineSwitch(java.lang.StringBuffer buffer,
+                                   java.lang.String define,
+                                   java.lang.String value)
+
+
+
+
+
+
+ +

+getEnvironmentPath

+
+public static java.io.File[] getEnvironmentPath(java.lang.String toolName,
+                                                char switchChar,
+                                                java.lang.String[] defaultRelativePath)
+
+
This method extracts path information from the appropriate .cfg file in + the install directory. +

+

+
Parameters:
toolName - Tool name, for example, "bcc32", "brc32", "ilink32"
switchChar - Command line switch character, for example "L" for libraries
defaultRelativePath - default path relative to executable directory +
Returns:
path
+
+
+
+ +

+getIncludeDirSwitch

+
+public static java.lang.String getIncludeDirSwitch(java.lang.String includeOption,
+                                                   java.lang.String includeDir)
+
+
+
+
+
+
+ +

+getLibraryPatterns

+
+public static java.lang.String[] getLibraryPatterns(java.lang.String[] libnames,
+                                                    LibraryTypeEnum libType)
+
+
+
+
+
+
+ +

+getOutputFileSwitch

+
+public static java.lang.String[] getOutputFileSwitch(java.lang.String outFile)
+
+
+
+
+
+
+ +

+getUndefineSwitch

+
+public static void getUndefineSwitch(java.lang.StringBuffer buffer,
+                                     java.lang.String define)
+
+
+
+
+
+
+ +

+isCaseSensitive

+
+public static boolean isCaseSensitive()
+
+
+
+
+
+
+ +

+quoteFile

+
+public static void quoteFile(java.lang.StringBuffer buf,
+                             java.lang.String outPath)
+
+
+
+
+
+
+ +

+prepareResponseFile

+
+public static java.lang.String[] prepareResponseFile(java.io.File outputFile,
+                                                     java.lang.String[] args,
+                                                     java.lang.String continuation)
+                                              throws java.io.IOException
+
+
Prepares argument list to execute the linker using a response file. +

+

+
Parameters:
outputFile - linker output file
args - output of prepareArguments +
Returns:
arguments for runTask +
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3