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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidBuiltin property names - all, system or commandline.voidSet the name.voidSet the prefix to use.voidSet the regular expression to use to filter the properties.toString()A debug toString().
- 
Constructor Details- 
PropertyRefpublic PropertyRef()
 
- 
- 
Method Details- 
setNameSet the name.- Parameters:
- name- a- Stringvalue.
 
- 
setRegexSet the regular expression to use to filter the properties.- Parameters:
- regex- a regular expression.
 
- 
setPrefixSet the prefix to use.- Parameters:
- prefix- a- Stringvalue.
 
- 
setBuiltinBuiltin property names - all, system or commandline.- Parameters:
- b- an enumerated- BuildinPropertySetNamevalue.
 
- 
toStringA debug toString().
 
-