org.apache.tools.ant.types
Class PropertySet.PropertyRef
java.lang.Object
org.apache.tools.ant.types.PropertySet.PropertyRef
- PropertySet
public static class PropertySet.PropertyRef
extends java.lang.Object
This is a nested class containing a reference to some properties
and optionally a source of properties.
setBuiltin
public void setBuiltin(PropertySet.BuiltinPropertySetName b)
Builtin property names - all, system or commandline.
b
- an enumerated BuildinPropertySetName
value.
setName
public void setName(String name)
Set the name.
name
- a String
value.
setPrefix
public void setPrefix(String prefix)
Set the prefix to use.
prefix
- a String
value.
setRegex
public void setRegex(String regex)
Set the regular expression to use to filter the properties.
regex
- a regular expression.
toString
public String toString()
A debug toString().
- a string version of this object.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.