public class SchemaDiffImpl extends Object implements SchemaDiff
Constructor and Description |
---|
SchemaDiffImpl()
Instantiates a new schema diff impl.
|
Modifier and Type | Method and Description |
---|---|
int |
getFieldCount()
Gets the field count.
|
PropertyDiff |
getFieldDiff(String field)
Gets the field diff.
|
List<String> |
getFieldNames()
Gets the field names as a list.
|
Map<String,PropertyDiff> |
getSchemaDiff()
Gets the schema diff.
|
PropertyDiff |
putFieldDiff(String field,
PropertyDiff fieldDiff)
Put field diff.
|
public SchemaDiffImpl()
public Map<String,PropertyDiff> getSchemaDiff()
SchemaDiff
getSchemaDiff
in interface SchemaDiff
public int getFieldCount()
SchemaDiff
getFieldCount
in interface SchemaDiff
public List<String> getFieldNames()
SchemaDiff
getFieldNames
in interface SchemaDiff
public PropertyDiff getFieldDiff(String field)
SchemaDiff
getFieldDiff
in interface SchemaDiff
field
- the fieldpublic PropertyDiff putFieldDiff(String field, PropertyDiff fieldDiff)
SchemaDiff
putFieldDiff
in interface SchemaDiff
field
- the fieldfieldDiff
- the field diffCopyright © 2018 Nuxeo. All rights reserved.