public class FixDataHook extends Object implements UploadHook
Modifier and Type | Class and Description |
---|---|
static interface |
FixDataHook.FixData
Common set of commands for data fixing
|
class |
FixDataHook.FixDataKey
Data fix to cleanup wrong spelled keys
|
class |
FixDataHook.FixDataSpace
Data fix to remove spaces at begin or end of tags
|
class |
FixDataHook.FixDataTag
Data fix to cleanup wrong spelled tags
|
Modifier and Type | Field and Description |
---|---|
private List<FixDataHook.FixData> |
deprecated
List of checks to run on data
|
Constructor and Description |
---|
FixDataHook()
Constructor for data initialization
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkUpload(APIDataSet apiDataSet)
Checks the upload for deprecated or wrong tags.
|
private List<FixDataHook.FixData> deprecated
public FixDataHook()
public boolean checkUpload(APIDataSet apiDataSet)
checkUpload
in interface UploadHook
apiDataSet
- the data to upload