public class IfSetAttribute extends BaseIfAttribute
Modifier and Type | Class and Description |
---|---|
static class |
IfSetAttribute.Unless
The unless version
|
description, location, project
Constructor and Description |
---|
IfSetAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled(UnknownElement el,
java.lang.String value)
check if the attribute value is blank or not
is enabled.
|
convertResult, getParams, isPositive, setPositive
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public boolean isEnabled(UnknownElement el, java.lang.String value)
el
- the unknown element this attribute is in.value
- the value of the attribute.