public interface ConfigurableBinaryAttributeDetector extends BinaryAttributeDetector
| Modifier and Type | Method and Description |
|---|---|
void |
addBinaryAttribute(String... binaryAttributes)
Add some binary Attributes Id to the list of attributes
|
void |
removeBinaryAttribute(String... binaryAttributes)
Remove some binary Attributes Id from the list of attributes
|
void |
setBinaryAttributes(String... binaryAttributes)
Inject a new set of binary attributes that will replace the old one.
|
isBinaryvoid addBinaryAttribute(String... binaryAttributes)
binaryAttributes - The added binary attributes Idvoid removeBinaryAttribute(String... binaryAttributes)
binaryAttributes - The binary attributes Id to removevoid setBinaryAttributes(String... binaryAttributes)
binaryAttributes - The new set of binary attributesCopyright © 2021. All rights reserved.