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) |
CommandLineLinkerConfiguration(CommandLineLinker linker,
String identifier,
String[][] args,
ProcessorParam[] params,
boolean rebuild,
boolean map,
boolean debug,
String[] libraryNames,
String startupObject,
String commandPath) |
| Modifier and Type | Method and Description |
|---|---|
int |
bid(String filename)
An indication of how much this compiler would like to process this file
|
String |
getCommandPath() |
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) |
void |
setCommandPath(String commandPath) |
String |
toString() |
public CommandLineLinkerConfiguration(CommandLineLinker linker, String identifier, String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, String[] libraryNames, String startupObject)
public CommandLineLinkerConfiguration(CommandLineLinker linker, String identifier, String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, String[] libraryNames, String startupObject, String commandPath)
public int bid(String filename)
ProcessorConfigurationbid in interface ProcessorConfigurationpublic final String getCommandPath()
public String[] getEndArguments()
public String getIdentifier()
getIdentifier in interface ProcessorConfigurationpublic String[] getLibraryNames()
public Linker getLinker()
getLinker in interface LinkerConfigurationpublic 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 boolean isDebug()
isDebug in interface LinkerConfigurationpublic void link(CCTask task, TargetInfo linkTarget) throws org.apache.tools.ant.BuildException
link in interface LinkerConfigurationorg.apache.tools.ant.BuildExceptionpublic final void setCommandPath(String commandPath)
Copyright © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.