| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.types.PropertySet.PropertyRefpublic static class PropertySet.PropertyRefextends java.lang.ObjectMethod Summary | |
void |
|
void |
|
void |
|
void |
|
String |
|
public void setBuiltin(PropertySet.BuiltinPropertySetName b)
Builtin property names - all, system or commandline.
- Parameters:
b- an enumeratedBuildinPropertySetNamevalue.
public void setName(String name)
Set the name.
- Parameters:
name- aStringvalue.
public void setPrefix(String prefix)
Set the prefix to use.
- Parameters:
prefix- aStringvalue.
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.