ProcessorConfiguration
CommandLineLinkerConfiguration
public interface LinkerConfiguration extends ProcessorConfiguration
Modifier and Type | Method | Description |
---|---|---|
Linker |
getLinker() |
|
LinkerParam |
getParam(java.lang.String name) |
|
boolean |
isDebug() |
|
void |
link(CCTask task,
TargetInfo linkTarget) |
bid, getIdentifier, getOutputFileNames, getParams, getRebuild
LinkerParam getParam(java.lang.String name)
void link(CCTask task, TargetInfo linkTarget) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
Linker getLinker()
boolean isDebug()
Copyright ? 2001-2017 Ant-Contrib project. All Rights Reserved.