
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. |
getAllDescriptionFilterMutableType 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 elementFilterTypeFilterMutableType description(String... values) throws IllegalArgumentException
description elements, a new description
elementvalues - list of description objectsFilterTypeIllegalArgumentException - If no values are specified or if any specified value is blank or nullCopyright © 2025 JBoss by Red Hat. All rights reserved.