net.sf.antcontrib.cpptasks.ti

Class ClxxLinker

public class ClxxLinker extends CommandLineLinker

Adapter for TI DSP linkers *

Author: CurtA

Method Summary
protected voidaddBase(long base, Vector args)
protected voidaddEntry(String entry, Vector args)
protected voidaddFixed(Boolean fixed, Vector args)
protected voidaddImpliedArgs(boolean debug, LinkType linkType, Vector args)
protected voidaddIncremental(boolean incremental, Vector args)
protected voidaddMap(boolean map, Vector args)
protected voidaddStack(int stack, Vector args)
static ClxxLinkergetCl55DllInstance()
static ClxxLinkergetCl55Instance()
static ClxxLinkergetCl6xDllInstance()
static ClxxLinkergetCl6xInstance()
protected StringgetCommandFileSwitch(String commandFile)
File[]getLibraryPath()
String[]getLibraryPatterns(String[] libnames, LibraryTypeEnum libType)
LinkergetLinker(LinkType linkType)
protected intgetMaximumCommandLength()
protected String[]getOutputFileSwitch(String outputFile)
booleanisCaseSensitive()

Method Detail

addBase

protected void addBase(long base, Vector args)

addEntry

protected void addEntry(String entry, Vector args)

addFixed

protected void addFixed(Boolean fixed, Vector args)

addImpliedArgs

protected void addImpliedArgs(boolean debug, LinkType linkType, Vector args)

addIncremental

protected void addIncremental(boolean incremental, Vector args)

addMap

protected void addMap(boolean map, Vector args)

addStack

protected void addStack(int stack, Vector args)

getCl55DllInstance

public static ClxxLinker getCl55DllInstance()

getCl55Instance

public static ClxxLinker getCl55Instance()

getCl6xDllInstance

public static ClxxLinker getCl6xDllInstance()

getCl6xInstance

public static ClxxLinker getCl6xInstance()

getCommandFileSwitch

protected String getCommandFileSwitch(String commandFile)

getLibraryPath

public File[] getLibraryPath()

getLibraryPatterns

public String[] getLibraryPatterns(String[] libnames, LibraryTypeEnum libType)

getLinker

public Linker getLinker(LinkType linkType)

getMaximumCommandLength

protected int getMaximumCommandLength()

getOutputFileSwitch

protected String[] getOutputFileSwitch(String outputFile)

isCaseSensitive

public boolean isCaseSensitive()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.