public class SchemaBinaryAttributeDetector extends Object implements BinaryAttributeDetector
| Modifier | Constructor and Description |
|---|---|
protected |
SchemaBinaryAttributeDetector() |
|
SchemaBinaryAttributeDetector(SchemaManager schemaManager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBinary(String attributeId)
Returns true if the attribute specified is not human readible.
|
void |
setSchemaManager(SchemaManager schemaManager) |
protected SchemaBinaryAttributeDetector()
public SchemaBinaryAttributeDetector(SchemaManager schemaManager)
public void setSchemaManager(SchemaManager schemaManager)
schemaManager - the schemaManager to setpublic boolean isBinary(String attributeId)
isBinary in interface BinaryAttributeDetectorattributeId - the identifier/descriptor for the attribute to be checked.Copyright © 2021. All rights reserved.