Class SchemaBinaryAttributeDetector

    • Constructor Detail

      • SchemaBinaryAttributeDetector

        protected SchemaBinaryAttributeDetector()
      • SchemaBinaryAttributeDetector

        public SchemaBinaryAttributeDetector​(SchemaManager schemaManager)
        Create an instance of SchemaBinaryAttributeDetector.
        Parameters:
        schemaManager - The SchemaManager to use
    • Method Detail

      • setSchemaManager

        public void setSchemaManager​(SchemaManager schemaManager)
        Parameters:
        schemaManager - the schemaManager to set
      • isBinary

        public boolean isBinary​(String attributeId)
        Returns true if the attribute specified is not human readible.
        Specified by:
        isBinary in interface BinaryAttributeDetector
        Parameters:
        attributeId - the identifier/descriptor for the attribute to be checked.
        Returns:
        true if the attribute specified is not human readible, false otherwise