net.sf.antcontrib.cpptasks.compiler
public final class CommandLineLinkerConfiguration extends Object implements LinkerConfiguration
| Constructor Summary | |
|---|---|
| CommandLineLinkerConfiguration(CommandLineLinker linker, String identifier, String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, String[] libraryNames, String startupObject) | |
| Method Summary | |
|---|---|
| int | bid(String filename) |
| String[] | getEndArguments() |
| String | getIdentifier()
Returns a string representation of this configuration. |
| String[] | getLibraryNames() |
| Linker | getLinker() |
| boolean | getMap() |
| String[] | getOutputFileNames(String inputFile, VersionInfo versionInfo) |
| LinkerParam | getParam(String name) |
| ProcessorParam[] | getParams() |
| String[] | getPreArguments() |
| boolean | getRebuild() |
| String | getStartupObject() |
| boolean | isDebug() |
| void | link(CCTask task, TargetInfo linkTarget) |
| String | toString() |