public interface MetadataFixerReport
Encapsulates the results fo applying the Metadata Fixer
- Version:
- 0.1 Created 9 Nov 2016:07:47:03
- Author:
- Carl Wilson
carlwilson AT github
-
Method Summary
-
Method Details
-
getStatus
- Returns:
- the status of the attempted repair as a
String
-
getFixCount
int getFixCount()
- Returns:
- the number of fixes attempted
-
getFixes
- Returns:
- a
List of Strings detailing the fixes applied
-
getErrors
- Returns:
- a
List of Strings detailing any errors
encountered during repair