net.sf.antcontrib.cpptasks.hp

Class aCCCompiler

public final class aCCCompiler extends GccCompatibleCCompiler

Adapter for the HP aC++ 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 aCCCompilergetInstance()
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 aCCCompiler 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.