net.sf.antcontrib.cpptasks.compiler
Interface LinkerConfiguration

All Superinterfaces:
ProcessorConfiguration
All Known Implementing Classes:
CommandLineLinkerConfiguration

public interface LinkerConfiguration
extends ProcessorConfiguration

A configuration for a linker

Author:
Curt Arnold

Method Summary
 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()


Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.