org.apache.tools.ant.types
public static class PropertySet.PropertyRef extends Object
Method Summary | |
---|---|
void | setBuiltin(PropertySet.BuiltinPropertySetName b)
Builtin property names - all, system or commandline. |
void | setName(String name)
Set the name. |
void | setPrefix(String prefix)
Set the prefix to use. |
void | setRegex(String regex)
Set the regular expression to use to filter the properties. |
String | toString()
A debug toString(). |
Parameters: b an enumerated BuildinPropertySetName
value.
Parameters: name a String
value.
Parameters: prefix a String
value.
Parameters: regex a regular expression.
Returns: a string version of this object.