| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.PropertySet.PropertyRef
public static class PropertySet.PropertyRef
This is a nested class containing a reference to some properties and optionally a source of properties.
| Constructor Summary | |
|---|---|
| PropertySet.PropertyRef() | |
| Method Summary | |
|---|---|
|  void | setBuiltin(PropertySet.BuiltinPropertySetName b)Builtin property names - all, system or commandline. | 
|  void | setName(java.lang.String name)Set the name. | 
|  void | setPrefix(java.lang.String prefix)Set the prefix to use. | 
|  void | setRegex(java.lang.String regex)Set the regular expression to use to filter the properties. | 
|  java.lang.String | toString()A debug toString(). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PropertySet.PropertyRef()
| Method Detail | 
|---|
public void setName(java.lang.String name)
name - a String value.public void setRegex(java.lang.String regex)
regex - a regular expression.public void setPrefix(java.lang.String prefix)
prefix - a String value.public void setBuiltin(PropertySet.BuiltinPropertySetName b)
b - an enumerated BuildinPropertySetName value.public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||