final class AttributeDescriptionFilter extends AbstractFilter
| Modifier and Type | Field and Description |
|---|---|
private String |
attribute
The attribute that must be prersent
|
| Modifier | Constructor and Description |
|---|---|
private |
AttributeDescriptionFilter(String attribute)
Creates a new instance of AttributeDescription filter.
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
build(StringBuilder builder) |
static AttributeDescriptionFilter |
present(String attribute)
Creates a new AttributeDescription
|
buildprivate String attribute
private AttributeDescriptionFilter(String attribute)
attribute - The attribute to setpublic static AttributeDescriptionFilter present(String attribute)
attribute - The attribute that must be presentpublic StringBuilder build(StringBuilder builder)
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.