Package net.sf.antcontrib.cpptasks
Class LinkerEnum
- java.lang.Object
-
- org.apache.tools.ant.types.EnumeratedAttribute
-
- net.sf.antcontrib.cpptasks.LinkerEnum
-
public class LinkerEnum extends org.apache.tools.ant.types.EnumeratedAttribute
Enumeration of supported linkers
-
-
Field Summary
Fields Modifier and Type Field Description private static ProcessorEnumValue[]
linkers
-
Constructor Summary
Constructors Constructor Description LinkerEnum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Linker
getLinker()
java.lang.String[]
getValues()
-
-
-
Field Detail
-
linkers
private static final ProcessorEnumValue[] linkers
-
-
Method Detail
-
getLinker
public Linker getLinker()
-
getValues
public java.lang.String[] getValues()
- Specified by:
getValues
in classorg.apache.tools.ant.types.EnumeratedAttribute
-
-