net.sf.antcontrib.cpptasks.openwatcom

Class OpenWatcomCLinker

Implemented Interfaces:
Cloneable, Linker, Processor

public final class OpenWatcomCLinker
extends OpenWatcomLinker

Adapter for the OpenWatcom linker.
Author:
Curt Arnold

Field Summary

Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor

DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID

Method Summary

static OpenWatcomCLinker
getInstance()
Get linker instance.
Linker
getLinker(LinkType type)
Get linker.

Methods inherited from class net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker

addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addMap, addStack, addVersionFiles, getCommandFileSwitch, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileSwitch, isCaseSensitive

Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker

addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addLibrarySets, addMap, addStack, createConfiguration, decorateLinkerOption, getCommand, getCommandFileSwitch, getIdentifier, getLibtoolLinker, getMaximumCommandLength, getOutputFileNames, getOutputFileSwitch, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand

Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker

addVersionFiles, bid, changeEnvironment, createConfiguration, createConfiguration, getLibraryKey, getOutputFileNames

Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor

bid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString

Method Details

getInstance

public static OpenWatcomCLinker getInstance()
Get linker instance.
Returns:
OpenWatcomCLinker linker

getLinker

public Linker getLinker(LinkType type)
Get linker.
Specified by:
getLinker in interface Linker
getLinker in interface Processor
Parameters:
type - LinkType link type
Returns:
Linker linker

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.