public interface FilterMutableType extends FilterTypeBase<FilterMutableType,WebAppMutableDescriptor>
Modifier and Type | Method and Description |
---|---|
FilterMutableType |
description(String... values)
Creates for all String objects representing
description elements, a new description
element |
FilterMutableType |
removeAllDescription()
Removes the
description element |
FilterMutableType |
removeDescription(String value)
Removes the
description element with the specified value. |
getAllDescription
FilterMutableType removeDescription(String value) throws IllegalArgumentException
description
element with the specified value. If the specified value is not a current
description
, this call will be a no-op.value
- IllegalArgumentException
- If the value is not specifiedFilterMutableType removeAllDescription()
description
elementFilterType
FilterMutableType description(String... values) throws IllegalArgumentException
description
elements, a new description
elementvalues
- list of description
objectsFilterType
IllegalArgumentException
- If no values are specified or if any specified value is blank or nullCopyright © 2019 JBoss by Red Hat. All rights reserved.