net.sf.antcontrib.cpptasks.arm

Class ADSLinker

public class ADSLinker extends CommandLineLinker

Adapter for the ARM Linker

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)
protected StringgetCommandFileSwitch(String commandFile)
May have to make this String array return
static ADSLinkergetDllInstance()
static ADSLinkergetInstance()
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)

getCommandFileSwitch

protected String getCommandFileSwitch(String commandFile)
May have to make this String array return

See Also: CommandLineLinker

getDllInstance

public static ADSLinker getDllInstance()

getInstance

public static ADSLinker getInstance()

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.