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:41 EST 2006 -->
6
<TITLE>
7
IsPropertyFalse (Ant Contrib)
8
</TITLE>
9
 
10
<META NAME="keywords" CONTENT="net.sf.antcontrib.logic.condition.IsPropertyFalse 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="IsPropertyFalse (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/logic/condition/IsLessThan.html" title="class in net.sf.antcontrib.logic.condition"><B>PREV CLASS</B></A>&nbsp;
55
&nbsp;<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyTrue.html" title="class in net.sf.antcontrib.logic.condition"><B>NEXT CLASS</B></A></FONT></TD>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
  <A HREF="../../../../../index.html?net/sf/antcontrib/logic/condition/IsPropertyFalse.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
&nbsp;<A HREF="IsPropertyFalse.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.ProjectComponent">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.logic.condition</FONT>
88
<BR>
89
Class IsPropertyFalse</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.taskdefs.condition.IsFalse
94
          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>net.sf.antcontrib.logic.condition.IsPropertyFalse</B>
95
</PRE>
96
<DL>
97
<DT><B>All Implemented Interfaces:</B> <DD>org.apache.tools.ant.taskdefs.condition.Condition</DD>
98
</DL>
99
<HR>
100
<DL>
101
<DT><PRE>public class <B>IsPropertyFalse</B><DT>extends org.apache.tools.ant.taskdefs.condition.IsFalse</DL>
102
</PRE>
103
 
104
<P>
105
Extends IsFalse condition to check the value of a specified property.
106
 <p>Developed for use with Antelope, migrated to ant-contrib Oct 2003.
107
<P>
108
 
109
<P>
110
<DL>
111
<DT><B>Version:</B></DT>
112
  <DD>$Revision: 1.3 $</DD>
113
<DT><B>Author:</B></DT>
114
  <DD>Dale Anson, danson@germane-software.com</DD>
115
</DL>
116
<HR>
117
 
118
<P>
119
<!-- =========== FIELD SUMMARY =========== -->
120
 
121
<A NAME="field_summary"><!-- --></A>
122
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
124
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
125
<B>Field Summary</B></FONT></TH>
126
</TR>
127
</TABLE>
128
&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
129
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
131
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
132
</TR>
133
<TR BGCOLOR="white" CLASS="TableRowColor">
134
<TD><CODE>project</CODE></TD>
135
</TR>
136
</TABLE>
137
&nbsp;
138
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
139
 
140
<A NAME="constructor_summary"><!-- --></A>
141
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
142
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
143
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
144
<B>Constructor Summary</B></FONT></TH>
145
</TR>
146
<TR BGCOLOR="white" CLASS="TableRowColor">
147
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyFalse.html#IsPropertyFalse()">IsPropertyFalse</A></B>()</CODE>
148
 
149
<BR>
150
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151
</TR>
152
</TABLE>
153
&nbsp;
154
<!-- ========== METHOD SUMMARY =========== -->
155
 
156
<A NAME="method_summary"><!-- --></A>
157
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
158
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
159
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
160
<B>Method Summary</B></FONT></TH>
161
</TR>
162
<TR BGCOLOR="white" CLASS="TableRowColor">
163
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164
<CODE>&nbsp;boolean</CODE></FONT></TD>
165
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyFalse.html#eval()">eval</A></B>()</CODE>
166
 
167
<BR>
168
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169
</TR>
170
<TR BGCOLOR="white" CLASS="TableRowColor">
171
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172
<CODE>&nbsp;void</CODE></FONT></TD>
173
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyFalse.html#setProperty(java.lang.String)">setProperty</A></B>(java.lang.String&nbsp;name)</CODE>
174
 
175
<BR>
176
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177
</TR>
178
</TABLE>
179
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.taskdefs.condition.IsFalse"><!-- --></A>
180
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
181
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
182
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.taskdefs.condition.IsFalse</B></TH>
183
</TR>
184
<TR BGCOLOR="white" CLASS="TableRowColor">
185
<TD><CODE>setValue</CODE></TD>
186
</TR>
187
</TABLE>
188
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
189
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
190
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
191
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
192
</TR>
193
<TR BGCOLOR="white" CLASS="TableRowColor">
194
<TD><CODE>getProject, log, log, setProject</CODE></TD>
195
</TR>
196
</TABLE>
197
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
198
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
199
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
200
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
201
</TR>
202
<TR BGCOLOR="white" CLASS="TableRowColor">
203
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
204
</TR>
205
</TABLE>
206
&nbsp;
207
<P>
208
 
209
<!-- ========= CONSTRUCTOR DETAIL ======== -->
210
 
211
<A NAME="constructor_detail"><!-- --></A>
212
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
213
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
214
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
215
<B>Constructor Detail</B></FONT></TH>
216
</TR>
217
</TABLE>
218
 
219
<A NAME="IsPropertyFalse()"><!-- --></A><H3>
220
IsPropertyFalse</H3>
221
<PRE>
222
public <B>IsPropertyFalse</B>()</PRE>
223
<DL>
224
</DL>
225
 
226
<!-- ============ METHOD DETAIL ========== -->
227
 
228
<A NAME="method_detail"><!-- --></A>
229
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
230
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
231
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
232
<B>Method Detail</B></FONT></TH>
233
</TR>
234
</TABLE>
235
 
236
<A NAME="setProperty(java.lang.String)"><!-- --></A><H3>
237
setProperty</H3>
238
<PRE>
239
public void <B>setProperty</B>(java.lang.String&nbsp;name)</PRE>
240
<DL>
241
<DD><DL>
242
</DL>
243
</DD>
244
</DL>
245
<HR>
246
 
247
<A NAME="eval()"><!-- --></A><H3>
248
eval</H3>
249
<PRE>
250
public boolean <B>eval</B>()
251
             throws org.apache.tools.ant.BuildException</PRE>
252
<DL>
253
<DD><DL>
254
<DT><B>Specified by:</B><DD><CODE>eval</CODE> in interface <CODE>org.apache.tools.ant.taskdefs.condition.Condition</CODE><DT><B>Overrides:</B><DD><CODE>eval</CODE> in class <CODE>org.apache.tools.ant.taskdefs.condition.IsFalse</CODE></DL>
255
</DD>
256
<DD><DL>
257
 
258
<DT><B>Throws:</B>
259
<DD><CODE>org.apache.tools.ant.BuildException</CODE></DL>
260
</DD>
261
</DL>
262
<!-- ========= END OF CLASS DATA ========= -->
263
<HR>
264
 
265
 
266
<!-- ======= START OF BOTTOM NAVBAR ====== -->
267
<A NAME="navbar_bottom"><!-- --></A>
268
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
269
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
270
<TR>
271
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
272
<A NAME="navbar_bottom_firstrow"><!-- --></A>
273
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
274
  <TR ALIGN="center" VALIGN="top">
275
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
276
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
277
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
278
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
279
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
280
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
281
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
282
  </TR>
283
</TABLE>
284
</TD>
285
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
286
</EM>
287
</TD>
288
</TR>
289
 
290
<TR>
291
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
292
&nbsp;<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsLessThan.html" title="class in net.sf.antcontrib.logic.condition"><B>PREV CLASS</B></A>&nbsp;
293
&nbsp;<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyTrue.html" title="class in net.sf.antcontrib.logic.condition"><B>NEXT CLASS</B></A></FONT></TD>
294
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
295
  <A HREF="../../../../../index.html?net/sf/antcontrib/logic/condition/IsPropertyFalse.html" target="_top"><B>FRAMES</B></A>  &nbsp;
296
&nbsp;<A HREF="IsPropertyFalse.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
297
&nbsp;<SCRIPT type="text/javascript">
298
  <!--
299
  if(window==top) {
300
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
301
  }
302
  //-->
303
</SCRIPT>
304
<NOSCRIPT>
305
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
306
</NOSCRIPT>
307
 
308
 
309
</FONT></TD>
310
</TR>
311
<TR>
312
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
313
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
314
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
315
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
316
</TR>
317
</TABLE>
318
<A NAME="skip-navbar_bottom"></A>
319
<!-- ======== END OF BOTTOM NAVBAR ======= -->
320
 
321
<HR>
322
 
323
</BODY>
324
</HTML>