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