org.apache.cactus.ant
Class ArgListProperty

java.lang.Object
  |
  +--org.apache.cactus.ant.ArgListProperty

public class ArgListProperty
extends java.lang.Object

Placeholder for a property's name.

Version:
$Id: ArgListProperty.html,v 1.1 2003/04/14 12:27:21 sinisa Exp $
Author:
Vincent Massol
See Also:
ArgListTask

Constructor Summary
ArgListProperty()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String theName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgListProperty

public ArgListProperty()
Method Detail

setName

public void setName(java.lang.String theName)
Parameters:
theName - the property's name

getName

public java.lang.String getName()
Returns:
the property's name


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.