| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.attribute.BaseIfAttribute
org.apache.tools.ant.attribute.IfBlankAttribute
public class IfBlankAttribute
Check if an attribute is blank or not.
| Nested Class Summary | |
|---|---|
| static class | IfBlankAttribute.UnlessThe unless version | 
| Field Summary | 
|---|
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, project | 
| Constructor Summary | |
|---|---|
| IfBlankAttribute() | |
| Method Summary | |
|---|---|
|  boolean | isEnabled(UnknownElement el,
          java.lang.String value)check if the attribute value is blank or not is enabled. | 
| Methods inherited from class org.apache.tools.ant.attribute.BaseIfAttribute | 
|---|
| convertResult, getParams, isPositive, setPositive | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IfBlankAttribute()
| Method Detail | 
|---|
public boolean isEnabled(UnknownElement el,
                         java.lang.String value)
el - the unknown element this attribute is in.value - the value of the attribute.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||