|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.antcontrib.cpptasks.borland.BorlandProcessor
public final class BorlandProcessor
A add-in class for Borland(r) processor adapters
Method Summary | |
---|---|
static void |
addWarningSwitch(Vector args,
int level)
|
static void |
getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
static File[] |
getEnvironmentPath(String toolName,
char switchChar,
String[] defaultRelativePath)
This method extracts path information from the appropriate .cfg file in the install directory. |
static String |
getIncludeDirSwitch(String includeOption,
String includeDir)
|
static String[] |
getLibraryPatterns(String[] libnames,
LibraryTypeEnum libType)
|
static String[] |
getOutputFileSwitch(String outFile)
|
static void |
getUndefineSwitch(StringBuffer buffer,
String define)
|
static boolean |
isCaseSensitive()
|
static String[] |
prepareResponseFile(File outputFile,
String[] args,
String continuation)
Prepares argument list to execute the linker using a response file. |
static void |
quoteFile(StringBuffer buf,
String outPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addWarningSwitch(Vector args, int level)
public static void getDefineSwitch(StringBuffer buffer, String define, String value)
public static File[] getEnvironmentPath(String toolName, char switchChar, String[] defaultRelativePath)
toolName
- Tool name, for example, "bcc32", "brc32", "ilink32"switchChar
- Command line switch character, for example "L" for librariesdefaultRelativePath
- default path relative to executable directory
public static String getIncludeDirSwitch(String includeOption, String includeDir)
public static String[] getLibraryPatterns(String[] libnames, LibraryTypeEnum libType)
public static String[] getOutputFileSwitch(String outFile)
public static void getUndefineSwitch(StringBuffer buffer, String define)
public static boolean isCaseSensitive()
public static void quoteFile(StringBuffer buf, String outPath)
public static String[] prepareResponseFile(File outputFile, String[] args, String continuation) throws IOException
outputFile
- linker output fileargs
- output of prepareArguments
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |