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 Detail

      • getStatus

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

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

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