public final class CommandLineLinkerConfiguration extends Object implements LinkerConfiguration
| Constructor and Description |
|---|
CommandLineLinkerConfiguration(CommandLineLinker linker,
String identifier,
String[][] args,
ProcessorParam[] params,
boolean rebuild,
boolean map,
boolean debug,
String[] libraryNames,
String startupObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
bid(String filename)
An indication of how much this compiler would like to process this file
|
String[] |
getEndArguments() |
String |
getIdentifier()
Returns a string representation of this configuration.
|
String[] |
getLibraryNames() |
Linker |
getLinker() |
boolean |
getMap() |
String[] |
getOutputFileNames(String inputFile,
VersionInfo versionInfo)
Output file name (no path components) corresponding to source file
|
LinkerParam |
getParam(String name) |
ProcessorParam[] |
getParams() |
String[] |
getPreArguments() |
boolean |
getRebuild()
If true, all files using this configuration should be rebuilt and any
existing output files should be ignored
|
String |
getStartupObject() |
boolean |
isDebug() |
void |
link(CCTask task,
TargetInfo linkTarget) |
String |
toString() |
public CommandLineLinkerConfiguration(CommandLineLinker linker, String identifier, String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, String[] libraryNames, String startupObject)
public int bid(String filename)
ProcessorConfigurationbid in interface ProcessorConfigurationpublic String[] getEndArguments()
public String getIdentifier()
getIdentifier in interface ProcessorConfigurationpublic String[] getLibraryNames()
public boolean getMap()
public String[] getOutputFileNames(String inputFile, VersionInfo versionInfo)
ProcessorConfigurationgetOutputFileNames in interface ProcessorConfigurationinputFile - input filepublic LinkerParam getParam(String name)
getParam in interface LinkerConfigurationpublic ProcessorParam[] getParams()
getParams in interface ProcessorConfigurationpublic String[] getPreArguments()
public boolean getRebuild()
ProcessorConfigurationgetRebuild in interface ProcessorConfigurationpublic String getStartupObject()
public void link(CCTask task, TargetInfo linkTarget) throws org.apache.tools.ant.BuildException
link in interface LinkerConfigurationorg.apache.tools.ant.BuildExceptionpublic Linker getLinker()
getLinker in interface LinkerConfigurationpublic boolean isDebug()
isDebug in interface LinkerConfigurationCopyright © 2001–2025 Ant-Contrib Project. All rights reserved.