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