Interface ConfigurableBinaryAttributeDetector

    • Method Detail

      • addBinaryAttribute

        void addBinaryAttribute​(String... binaryAttributes)
        Add some binary Attributes Id to the list of attributes
        Parameters:
        binaryAttributes - The added binary attributes Id
      • removeBinaryAttribute

        void removeBinaryAttribute​(String... binaryAttributes)
        Remove some binary Attributes Id from the list of attributes
        Parameters:
        binaryAttributes - The binary attributes Id to remove
      • setBinaryAttributes

        void setBinaryAttributes​(String... binaryAttributes)
        Inject a new set of binary attributes that will replace the old one. If one inject a null set of attributes, the list of attributes will be cleared, and reset to the default list of binary attributes. If one injects an empty String array, then all the attributes will be removed from the list, and we won't inject the default attributes into it.
        Parameters:
        binaryAttributes - The new set of binary attributes