net.sf.antcontrib.cpptasks.ti

Class ClxxLibrarian

public class ClxxLibrarian extends CommandLineLinker

Adapter for TI DSP librarian *

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 ClxxLibrariangetCl55Instance()
static ClxxLibrariangetCl6xInstance()
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)

getCl55Instance

public static final ClxxLibrarian getCl55Instance()

getCl6xInstance

public static final ClxxLibrarian 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.