net.sf.antcontrib.cpptasks.sun

Class ForteCCCompiler

public final class ForteCCCompiler extends GccCompatibleCCompiler

Adapter for the Sun (r) Forte (tm) C++ compiler

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)
File[]getEnvironmentIncludePath()
static ForteCCCompilergetInstance()
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)

getEnvironmentIncludePath

public File[] getEnvironmentIncludePath()

getInstance

public static ForteCCCompiler 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.