net.sf.antcontrib.cpptasks
Class ProcessorEnumValue
java.lang.Object
net.sf.antcontrib.cpptasks.ProcessorEnumValue
public class ProcessorEnumValue
- extends Object
One entry in the arrays used by the CompilerEnum and LinkerEnum classes.
- Author:
- Curt Arnold
- See Also:
CompilerEnum
,
LinkerEnum
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorEnumValue
public ProcessorEnumValue(String name,
Processor processor)
getValues
public static String[] getValues(ProcessorEnumValue[] processors)
getName
public String getName()
getProcessor
public Processor getProcessor()
Copyright © 2001-2011. All Rights Reserved.