Interface MetadataFixerReport


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 Details

    • getStatus

      String getStatus()
      Returns:
      the status of the attempted repair as a String
    • getFixCount

      int getFixCount()
      Returns:
      the number of fixes attempted
    • getFixes

      List<String> getFixes()
      Returns:
      a List of Strings detailing the fixes applied
    • getErrors

      List<String> getErrors()
      Returns:
      a List of Strings detailing any errors encountered during repair