epubcheck icon indicating copy to clipboard operation
epubcheck copied to clipboard

Internal refactoring of the checkers API

Open rdeltour opened this issue 3 years ago • 0 comments

  • unify ContentChecker/DocumentValidator into a new Checker interface
  • refactor checkers into AbstractChecker (default empty implementation) + PublicationResourceChecker (contains boilerplate code shared by resource checkers)
  • introduced a new MIMEType utility enum (replacing public static strings)
  • all the new APIs are located in new org.w3c.epubcheck.* packages

rdeltour avatar Aug 18 '22 14:08 rdeltour