net.sf.antcontrib.cpptasks
Class CompilerEnum

java.lang.Object
  |
  +--org.apache.tools.ant.types.EnumeratedAttribute
        |
        +--net.sf.antcontrib.cpptasks.CompilerEnum

public class CompilerEnum
extends org.apache.tools.ant.types.EnumeratedAttribute

Enumeration of supported compilers Supported compilers
gcc (default)GCC C++ compiler
g++GCC C++ compiler
c++GCC C++ compiler
msvcMicrosoft Visual C++
bccBorland C++ Compiler
msrcMicrosoft Resource Compiler
brcBorland Resource Compiler
dfCompaq Visual Fortran Compiler
midlMicrosoft MIDL Compiler
iclIntel C++ compiler for Windows (IA-32)
eclIntel C++ compiler for Windows (IA-64)
iccIntel C++ compiler for Linux (IA-32)
eccIntel C++ compiler for Linux (IA-64)
CCSun ONE C++ compiler
aCCHP aC++ C++ Compiler
os390OS390 C Compiler
os400Icc Compiler
sunc89Sun C89 C Compiler
xlCVisualAge C Compiler

Author:
Curt Arnold

Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
CompilerEnum()
           
 
Method Summary
 Compiler getCompiler()
           
 java.lang.String[] getValues()
           
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerEnum

public CompilerEnum()
Method Detail

getValues

public java.lang.String[] getValues()
Overrides:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute

getCompiler

public Compiler getCompiler()


Copyright © 2001-2002 Ant-Contrib project. All Rights Reserved.