Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1777 jmachado 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.5.0_09) on Thu Nov 02 11:46:43 EST 2006 -->
6
<TITLE>
7
RegexTask (Ant Contrib)
8
</TITLE>
9
 
10
<META NAME="keywords" CONTENT="net.sf.antcontrib.property.RegexTask class">
11
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="RegexTask (Ant Contrib)";
18
}
19
</SCRIPT>
20
<NOSCRIPT>
21
</NOSCRIPT>
22
 
23
</HEAD>
24
 
25
<BODY BGCOLOR="white" onload="windowTitle();">
26
 
27
 
28
<!-- ========= START OF TOP NAVBAR ======= -->
29
<A NAME="navbar_top"><!-- --></A>
30
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32
<TR>
33
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34
<A NAME="navbar_top_firstrow"><!-- --></A>
35
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36
  <TR ALIGN="center" VALIGN="top">
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44
  </TR>
45
</TABLE>
46
</TD>
47
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48
</EM>
49
</TD>
50
</TR>
51
 
52
<TR>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
&nbsp;<A HREF="../../../../net/sf/antcontrib/property/PropertySelector.html" title="class in net.sf.antcontrib.property"><B>PREV CLASS</B></A>&nbsp;
55
&nbsp;<A HREF="../../../../net/sf/antcontrib/property/RegexUtil.html" title="class in net.sf.antcontrib.property"><B>NEXT CLASS</B></A></FONT></TD>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
  <A HREF="../../../../index.html?net/sf/antcontrib/property/RegexTask.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
&nbsp;<A HREF="RegexTask.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59
&nbsp;<SCRIPT type="text/javascript">
60
  <!--
61
  if(window==top) {
62
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63
  }
64
  //-->
65
</SCRIPT>
66
<NOSCRIPT>
67
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68
</NOSCRIPT>
69
 
70
 
71
</FONT></TD>
72
</TR>
73
<TR>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.Task">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78
</TR>
79
</TABLE>
80
<A NAME="skip-navbar_top"></A>
81
<!-- ========= END OF TOP NAVBAR ========= -->
82
 
83
<HR>
84
<!-- ======== START OF CLASS DATA ======== -->
85
<H2>
86
<FONT SIZE="-1">
87
net.sf.antcontrib.property</FONT>
88
<BR>
89
Class RegexTask</H2>
90
<PRE>
91
java.lang.Object
92
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.ProjectComponent
93
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.Task
94
          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html" title="class in net.sf.antcontrib.property">net.sf.antcontrib.property.AbstractPropertySetterTask</A>
95
              <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>net.sf.antcontrib.property.RegexTask</B>
96
</PRE>
97
<HR>
98
<DL>
99
<DT><PRE>public class <B>RegexTask</B><DT>extends <A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html" title="class in net.sf.antcontrib.property">AbstractPropertySetterTask</A></DL>
100
</PRE>
101
 
102
<P>
103
Place class description here.
104
<P>
105
 
106
<P>
107
<DL>
108
<DT><B>Since:</B></DT>
109
  <DD></DD>
110
<DT><B>Author:</B></DT>
111
  <DD><a href='mailto:mattinger@yahoo.com'>Matthew Inger</a>, <additional author></DD>
112
</DL>
113
<HR>
114
 
115
<P>
116
<!-- =========== FIELD SUMMARY =========== -->
117
 
118
<A NAME="field_summary"><!-- --></A>
119
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
120
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
121
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
122
<B>Field Summary</B></FONT></TH>
123
</TR>
124
</TABLE>
125
&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.Task"><!-- --></A>
126
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
127
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
128
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.Task</B></TH>
129
</TR>
130
<TR BGCOLOR="white" CLASS="TableRowColor">
131
<TD><CODE>description, location, target, taskName, taskType, wrapper</CODE></TD>
132
</TR>
133
</TABLE>
134
&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
135
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
137
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
138
</TR>
139
<TR BGCOLOR="white" CLASS="TableRowColor">
140
<TD><CODE>project</CODE></TD>
141
</TR>
142
</TABLE>
143
&nbsp;
144
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
145
 
146
<A NAME="constructor_summary"><!-- --></A>
147
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
148
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
149
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
150
<B>Constructor Summary</B></FONT></TH>
151
</TR>
152
<TR BGCOLOR="white" CLASS="TableRowColor">
153
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#RegexTask()">RegexTask</A></B>()</CODE>
154
 
155
<BR>
156
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157
</TR>
158
</TABLE>
159
&nbsp;
160
<!-- ========== METHOD SUMMARY =========== -->
161
 
162
<A NAME="method_summary"><!-- --></A>
163
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
165
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
166
<B>Method Summary</B></FONT></TH>
167
</TR>
168
<TR BGCOLOR="white" CLASS="TableRowColor">
169
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170
<CODE>&nbsp;org.apache.tools.ant.types.RegularExpression</CODE></FONT></TD>
171
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#createRegexp()">createRegexp</A></B>()</CODE>
172
 
173
<BR>
174
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175
</TR>
176
<TR BGCOLOR="white" CLASS="TableRowColor">
177
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178
<CODE>&nbsp;org.apache.tools.ant.types.Substitution</CODE></FONT></TD>
179
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#createReplace()">createReplace</A></B>()</CODE>
180
 
181
<BR>
182
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183
</TR>
184
<TR BGCOLOR="white" CLASS="TableRowColor">
185
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
187
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#doReplace()">doReplace</A></B>()</CODE>
188
 
189
<BR>
190
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191
</TR>
192
<TR BGCOLOR="white" CLASS="TableRowColor">
193
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
195
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#doSelect()">doSelect</A></B>()</CODE>
196
 
197
<BR>
198
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199
</TR>
200
<TR BGCOLOR="white" CLASS="TableRowColor">
201
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202
<CODE>&nbsp;void</CODE></FONT></TD>
203
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#execute()">execute</A></B>()</CODE>
204
 
205
<BR>
206
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
207
</TR>
208
<TR BGCOLOR="white" CLASS="TableRowColor">
209
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
210
<CODE>&nbsp;void</CODE></FONT></TD>
211
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#setCaseSensitive(boolean)">setCaseSensitive</A></B>(boolean&nbsp;caseSensitive)</CODE>
212
 
213
<BR>
214
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
215
</TR>
216
<TR BGCOLOR="white" CLASS="TableRowColor">
217
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
218
<CODE>&nbsp;void</CODE></FONT></TD>
219
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#setDefaultValue(java.lang.String)">setDefaultValue</A></B>(java.lang.String&nbsp;defaultValue)</CODE>
220
 
221
<BR>
222
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
223
</TR>
224
<TR BGCOLOR="white" CLASS="TableRowColor">
225
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
226
<CODE>&nbsp;void</CODE></FONT></TD>
227
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#setGlobal(boolean)">setGlobal</A></B>(boolean&nbsp;global)</CODE>
228
 
229
<BR>
230
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231
</TR>
232
<TR BGCOLOR="white" CLASS="TableRowColor">
233
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
234
<CODE>&nbsp;void</CODE></FONT></TD>
235
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#setInput(java.lang.String)">setInput</A></B>(java.lang.String&nbsp;input)</CODE>
236
 
237
<BR>
238
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
239
</TR>
240
<TR BGCOLOR="white" CLASS="TableRowColor">
241
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
242
<CODE>&nbsp;void</CODE></FONT></TD>
243
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#setRegexp(java.lang.String)">setRegexp</A></B>(java.lang.String&nbsp;regex)</CODE>
244
 
245
<BR>
246
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
247
</TR>
248
<TR BGCOLOR="white" CLASS="TableRowColor">
249
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
250
<CODE>&nbsp;void</CODE></FONT></TD>
251
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#setReplace(java.lang.String)">setReplace</A></B>(java.lang.String&nbsp;replace)</CODE>
252
 
253
<BR>
254
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
255
</TR>
256
<TR BGCOLOR="white" CLASS="TableRowColor">
257
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
258
<CODE>&nbsp;void</CODE></FONT></TD>
259
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#setSelect(java.lang.String)">setSelect</A></B>(java.lang.String&nbsp;select)</CODE>
260
 
261
<BR>
262
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263
</TR>
264
<TR BGCOLOR="white" CLASS="TableRowColor">
265
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266
<CODE>protected &nbsp;void</CODE></FONT></TD>
267
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/property/RegexTask.html#validate()">validate</A></B>()</CODE>
268
 
269
<BR>
270
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271
</TR>
272
</TABLE>
273
&nbsp;<A NAME="methods_inherited_from_class_net.sf.antcontrib.property.AbstractPropertySetterTask"><!-- --></A>
274
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
275
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
276
<TH ALIGN="left"><B>Methods inherited from class net.sf.antcontrib.property.<A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html" title="class in net.sf.antcontrib.property">AbstractPropertySetterTask</A></B></TH>
277
</TR>
278
<TR BGCOLOR="white" CLASS="TableRowColor">
279
<TD><CODE><A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html#setOverride(boolean)">setOverride</A>, <A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html#setProperty(java.lang.String)">setProperty</A>, <A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html#setPropertyValue(java.lang.String)">setPropertyValue</A></CODE></TD>
280
</TR>
281
</TABLE>
282
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.Task"><!-- --></A>
283
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
284
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
285
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.Task</B></TH>
286
</TR>
287
<TR BGCOLOR="white" CLASS="TableRowColor">
288
<TD><CODE>getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType</CODE></TD>
289
</TR>
290
</TABLE>
291
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
292
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
293
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
294
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
295
</TR>
296
<TR BGCOLOR="white" CLASS="TableRowColor">
297
<TD><CODE>getProject, setProject</CODE></TD>
298
</TR>
299
</TABLE>
300
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
301
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
302
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
303
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
304
</TR>
305
<TR BGCOLOR="white" CLASS="TableRowColor">
306
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
307
</TR>
308
</TABLE>
309
&nbsp;
310
<P>
311
 
312
<!-- ========= CONSTRUCTOR DETAIL ======== -->
313
 
314
<A NAME="constructor_detail"><!-- --></A>
315
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
316
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
317
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
318
<B>Constructor Detail</B></FONT></TH>
319
</TR>
320
</TABLE>
321
 
322
<A NAME="RegexTask()"><!-- --></A><H3>
323
RegexTask</H3>
324
<PRE>
325
public <B>RegexTask</B>()</PRE>
326
<DL>
327
</DL>
328
 
329
<!-- ============ METHOD DETAIL ========== -->
330
 
331
<A NAME="method_detail"><!-- --></A>
332
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
333
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
334
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
335
<B>Method Detail</B></FONT></TH>
336
</TR>
337
</TABLE>
338
 
339
<A NAME="setInput(java.lang.String)"><!-- --></A><H3>
340
setInput</H3>
341
<PRE>
342
public void <B>setInput</B>(java.lang.String&nbsp;input)</PRE>
343
<DL>
344
<DD><DL>
345
</DL>
346
</DD>
347
</DL>
348
<HR>
349
 
350
<A NAME="setDefaultValue(java.lang.String)"><!-- --></A><H3>
351
setDefaultValue</H3>
352
<PRE>
353
public void <B>setDefaultValue</B>(java.lang.String&nbsp;defaultValue)</PRE>
354
<DL>
355
<DD><DL>
356
</DL>
357
</DD>
358
</DL>
359
<HR>
360
 
361
<A NAME="setRegexp(java.lang.String)"><!-- --></A><H3>
362
setRegexp</H3>
363
<PRE>
364
public void <B>setRegexp</B>(java.lang.String&nbsp;regex)</PRE>
365
<DL>
366
<DD><DL>
367
</DL>
368
</DD>
369
</DL>
370
<HR>
371
 
372
<A NAME="createRegexp()"><!-- --></A><H3>
373
createRegexp</H3>
374
<PRE>
375
public org.apache.tools.ant.types.RegularExpression <B>createRegexp</B>()</PRE>
376
<DL>
377
<DD><DL>
378
</DL>
379
</DD>
380
</DL>
381
<HR>
382
 
383
<A NAME="setReplace(java.lang.String)"><!-- --></A><H3>
384
setReplace</H3>
385
<PRE>
386
public void <B>setReplace</B>(java.lang.String&nbsp;replace)</PRE>
387
<DL>
388
<DD><DL>
389
</DL>
390
</DD>
391
</DL>
392
<HR>
393
 
394
<A NAME="createReplace()"><!-- --></A><H3>
395
createReplace</H3>
396
<PRE>
397
public org.apache.tools.ant.types.Substitution <B>createReplace</B>()</PRE>
398
<DL>
399
<DD><DL>
400
</DL>
401
</DD>
402
</DL>
403
<HR>
404
 
405
<A NAME="setSelect(java.lang.String)"><!-- --></A><H3>
406
setSelect</H3>
407
<PRE>
408
public void <B>setSelect</B>(java.lang.String&nbsp;select)</PRE>
409
<DL>
410
<DD><DL>
411
</DL>
412
</DD>
413
</DL>
414
<HR>
415
 
416
<A NAME="setCaseSensitive(boolean)"><!-- --></A><H3>
417
setCaseSensitive</H3>
418
<PRE>
419
public void <B>setCaseSensitive</B>(boolean&nbsp;caseSensitive)</PRE>
420
<DL>
421
<DD><DL>
422
</DL>
423
</DD>
424
</DL>
425
<HR>
426
 
427
<A NAME="setGlobal(boolean)"><!-- --></A><H3>
428
setGlobal</H3>
429
<PRE>
430
public void <B>setGlobal</B>(boolean&nbsp;global)</PRE>
431
<DL>
432
<DD><DL>
433
</DL>
434
</DD>
435
</DL>
436
<HR>
437
 
438
<A NAME="doReplace()"><!-- --></A><H3>
439
doReplace</H3>
440
<PRE>
441
protected java.lang.String <B>doReplace</B>()
442
                              throws org.apache.tools.ant.BuildException</PRE>
443
<DL>
444
<DD><DL>
445
 
446
<DT><B>Throws:</B>
447
<DD><CODE>org.apache.tools.ant.BuildException</CODE></DL>
448
</DD>
449
</DL>
450
<HR>
451
 
452
<A NAME="doSelect()"><!-- --></A><H3>
453
doSelect</H3>
454
<PRE>
455
protected java.lang.String <B>doSelect</B>()
456
                             throws org.apache.tools.ant.BuildException</PRE>
457
<DL>
458
<DD><DL>
459
 
460
<DT><B>Throws:</B>
461
<DD><CODE>org.apache.tools.ant.BuildException</CODE></DL>
462
</DD>
463
</DL>
464
<HR>
465
 
466
<A NAME="validate()"><!-- --></A><H3>
467
validate</H3>
468
<PRE>
469
protected void <B>validate</B>()</PRE>
470
<DL>
471
<DD><DL>
472
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html#validate()">validate</A></CODE> in class <CODE><A HREF="../../../../net/sf/antcontrib/property/AbstractPropertySetterTask.html" title="class in net.sf.antcontrib.property">AbstractPropertySetterTask</A></CODE></DL>
473
</DD>
474
<DD><DL>
475
</DL>
476
</DD>
477
</DL>
478
<HR>
479
 
480
<A NAME="execute()"><!-- --></A><H3>
481
execute</H3>
482
<PRE>
483
public void <B>execute</B>()
484
             throws org.apache.tools.ant.BuildException</PRE>
485
<DL>
486
<DD><DL>
487
<DT><B>Overrides:</B><DD><CODE>execute</CODE> in class <CODE>org.apache.tools.ant.Task</CODE></DL>
488
</DD>
489
<DD><DL>
490
 
491
<DT><B>Throws:</B>
492
<DD><CODE>org.apache.tools.ant.BuildException</CODE></DL>
493
</DD>
494
</DL>
495
<!-- ========= END OF CLASS DATA ========= -->
496
<HR>
497
 
498
 
499
<!-- ======= START OF BOTTOM NAVBAR ====== -->
500
<A NAME="navbar_bottom"><!-- --></A>
501
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
502
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
503
<TR>
504
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
505
<A NAME="navbar_bottom_firstrow"><!-- --></A>
506
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
507
  <TR ALIGN="center" VALIGN="top">
508
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
509
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
510
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
511
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
512
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
513
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
514
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
515
  </TR>
516
</TABLE>
517
</TD>
518
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
519
</EM>
520
</TD>
521
</TR>
522
 
523
<TR>
524
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
525
&nbsp;<A HREF="../../../../net/sf/antcontrib/property/PropertySelector.html" title="class in net.sf.antcontrib.property"><B>PREV CLASS</B></A>&nbsp;
526
&nbsp;<A HREF="../../../../net/sf/antcontrib/property/RegexUtil.html" title="class in net.sf.antcontrib.property"><B>NEXT CLASS</B></A></FONT></TD>
527
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
528
  <A HREF="../../../../index.html?net/sf/antcontrib/property/RegexTask.html" target="_top"><B>FRAMES</B></A>  &nbsp;
529
&nbsp;<A HREF="RegexTask.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
530
&nbsp;<SCRIPT type="text/javascript">
531
  <!--
532
  if(window==top) {
533
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
534
  }
535
  //-->
536
</SCRIPT>
537
<NOSCRIPT>
538
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
539
</NOSCRIPT>
540
 
541
 
542
</FONT></TD>
543
</TR>
544
<TR>
545
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
546
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.Task">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
547
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
548
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
549
</TR>
550
</TABLE>
551
<A NAME="skip-navbar_bottom"></A>
552
<!-- ======== END OF BOTTOM NAVBAR ======= -->
553
 
554
<HR>
555
 
556
</BODY>
557
</HTML>