Interface LinkerConfiguration
-
- All Superinterfaces:
ProcessorConfiguration
- All Known Implementing Classes:
CommandLineLinkerConfiguration
public interface LinkerConfiguration extends ProcessorConfiguration
A configuration for a linker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Linker
getLinker()
LinkerParam
getParam(java.lang.String name)
boolean
isDebug()
void
link(CCTask task, TargetInfo linkTarget)
-
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.ProcessorConfiguration
bid, getIdentifier, getOutputFileNames, getParams, getRebuild
-
-
-
-
Method Detail
-
getParam
LinkerParam getParam(java.lang.String name)
-
link
void link(CCTask task, TargetInfo linkTarget) throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
getLinker
Linker getLinker()
-
isDebug
boolean isDebug()
-
-