org.apache.tools.ant.taskdefs.optional
Class PropertyFile.Entry
java.lang.Object
|
+--org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry
- Enclosing class:
- PropertyFile
- public static class PropertyFile.Entry
- extends java.lang.Object
Instance of this class represents nested elements of
a task propertyfile.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFile.Entry
public PropertyFile.Entry()
setKey
public void setKey(java.lang.String value)
setValue
public void setValue(java.lang.String value)
setOperation
public void setOperation(PropertyFile.Entry.Operation value)
setType
public void setType(PropertyFile.Entry.Type value)
setDefault
public void setDefault(java.lang.String value)
setPattern
public void setPattern(java.lang.String value)
executeOn
protected void executeOn(java.util.Properties props)
throws BuildException
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.