net.sf.logdistiller.ant
Class AntProperty

java.lang.Object
  extended by net.sf.logdistiller.ant.AntProperty

public class AntProperty
extends Object

Definition of a property that must be overridden in a logdistillation. The property must have been defined in logdistiller definition, or an error will occur at runtime.

 <property name="<i>[property name]</i>" value="<i>[property value]</i>"/>
 


Constructor Summary
AntProperty()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntProperty

public AntProperty()
Method Detail

setName

public void setName(String name)

setValue

public void setValue(String value)

getName

public String getName()

getValue

public String getValue()


Copyright © 2004-2009. All Rights Reserved.