net.sf.antcontrib.cpptasks.ibm

Class VisualAgeCCompiler

public final class VisualAgeCCompiler extends GccCompatibleCCompiler

Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)

Author: Curt Arnold

Method Summary
voidaddImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
voidaddWarningSwitch(Vector args, int level)
StringgetIdentifier()
Gets identifier for the compiler.
static VisualAgeCCompilergetInstance()
Gets singleton instance of this class
LinkergetLinker(LinkType linkType)
intgetMaximumCommandLength()

Method Detail

addImpliedArgs

public void addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)

addWarningSwitch

public void addWarningSwitch(Vector args, int level)

getIdentifier

public String getIdentifier()
Gets identifier for the compiler. Initial attempt at extracting version information would lock up. Using a stock response.

getInstance

public static VisualAgeCCompiler getInstance()
Gets singleton instance of this class

getLinker

public Linker getLinker(LinkType linkType)

getMaximumCommandLength

public int getMaximumCommandLength()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.