org.apache.tools.ant.types

Class PropertySet.PropertyRef

public static class PropertySet.PropertyRef extends Object

This is a nested class containing a reference to some properties and optionally a source of properties.
Method Summary
voidsetBuiltin(PropertySet.BuiltinPropertySetName b)
Builtin property names - all, system or commandline.
voidsetName(String name)
Set the name.
voidsetPrefix(String prefix)
Set the prefix to use.
voidsetRegex(String regex)
Set the regular expression to use to filter the properties.
StringtoString()
A debug toString().

Method Detail

setBuiltin

public void setBuiltin(PropertySet.BuiltinPropertySetName b)
Builtin property names - all, system or commandline.

Parameters: b an enumerated BuildinPropertySetName value.

setName

public void setName(String name)
Set the name.

Parameters: name a String value.

setPrefix

public void setPrefix(String prefix)
Set the prefix to use.

Parameters: prefix a String value.

setRegex

public void setRegex(String regex)
Set the regular expression to use to filter the properties.

Parameters: regex a regular expression.

toString

public String toString()
A debug toString().

Returns: a string version of this object.