net.sf.antcontrib.cpptasks
Class ProcessorEnumValue

java.lang.Object
  extended by 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

Constructor Summary
ProcessorEnumValue(String name, Processor processor)
           
 
Method Summary
 String getName()
           
 Processor getProcessor()
           
static String[] getValues(ProcessorEnumValue[] processors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorEnumValue

public ProcessorEnumValue(String name,
                          Processor processor)
Method Detail

getValues

public static String[] getValues(ProcessorEnumValue[] processors)

getName

public String getName()

getProcessor

public Processor getProcessor()


Copyright © 2001-2011. All Rights Reserved.