net.sf.antcontrib.cpptasks.compiler

Interface LinkerConfiguration

public interface LinkerConfiguration extends ProcessorConfiguration

A configuration for a linker

Author: Curt Arnold

Method Summary
LinkergetLinker()
LinkerParamgetParam(String name)
booleanisDebug()
voidlink(CCTask task, TargetInfo linkTarget)

Method Detail

getLinker

public Linker getLinker()

getParam

public LinkerParam getParam(String name)

isDebug

public boolean isDebug()

link

public void link(CCTask task, TargetInfo linkTarget)
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.