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