Package org.apache.tools.ant.types
Class PropertySet.PropertyRef
java.lang.Object
org.apache.tools.ant.types.PropertySet.PropertyRef
- Enclosing class:
PropertySet
This is a nested class containing a reference to some properties
and optionally a source of properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Builtin property names - all, system or commandline.void
Set the name.void
Set the prefix to use.void
Set the regular expression to use to filter the properties.toString()
A debug toString().
-
Constructor Details
-
PropertyRef
public PropertyRef()
-
-
Method Details
-
setName
-
setRegex
Set the regular expression to use to filter the properties.- Parameters:
regex
- a regular expression.
-
setPrefix
-
setBuiltin
Builtin property names - all, system or commandline.- Parameters:
b
- an enumeratedBuildinPropertySetName
value.
-
toString
-