org.apache.tools.ant.types
public class Substitution extends DataType
<substitition [ [id="id"] expression="expression" | refid="id" ] />
See Also: org.apache.oro.text.regex.Perl5Substitution
Field Summary | |
---|---|
static String | DATA_TYPE_NAME The name of this data type |
Constructor Summary | |
---|---|
Substitution() |
Method Summary | |
---|---|
String | getExpression(Project p)
Gets the pattern string for this RegularExpression in the
given project. |
Substitution | getRef(Project p)
Get the RegularExpression this reference refers to in
the given project. |
void | setExpression(String expression) |