net.sf.antcontrib.cpptasks.compiler
Class CommandLineLinkerConfiguration
java.lang.Object
net.sf.antcontrib.cpptasks.compiler.CommandLineLinkerConfiguration
- LinkerConfiguration, ProcessorConfiguration
public final class CommandLineLinkerConfiguration
extends java.lang.Object
A configuration for a command line linker
CommandLineLinkerConfiguration
public CommandLineLinkerConfiguration(CommandLineLinker linker,
String identifier,
String[][] args,
ProcessorParam[] params,
boolean rebuild,
boolean map,
boolean debug,
String[] libraryNames,
String startupObject)
getEndArguments
public String[] getEndArguments()
getIdentifier
public String getIdentifier()
Returns a string representation of this configuration. Should be
canonical so that equivalent configurations will have equivalent string
representations
- getIdentifier in interface ProcessorConfiguration
getLibraryNames
public String[] getLibraryNames()
getMap
public boolean getMap()
getPreArguments
public String[] getPreArguments()
getStartupObject
public String getStartupObject()
toString
public String toString()
Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.