net.sf.antcontrib.cpptasks.types

Class DefineArgument


public class DefineArgument
extends UndefineArgument

Preprocessor macro definition.
Author:
Mark A Russell mark_russell@csg_systems.com

Constructor Summary

DefineArgument()

Method Summary

String
getValue()
Returns the value of the define
void
setValue(String value)
Set the value attribute

Methods inherited from class net.sf.antcontrib.cpptasks.types.UndefineArgument

execute, getName, getValue, isActive, isDefine, merge, setIf, setName, setUnless

Constructor Details

DefineArgument

public DefineArgument()

Method Details

getValue

public final String getValue()
Returns the value of the define
Overrides:
getValue in interface UndefineArgument

setValue

public final void setValue(String value)
Set the value attribute

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.