net.sf.logdistiller.ant
Class AntProperty
java.lang.Object
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>"/>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntProperty
public AntProperty()
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.