Class AbstractHtmlPictureComparator


  • public abstract class AbstractHtmlPictureComparator
    extends Object
    The Html picture abstract comparator that compares and merges Html picture files.
    • Constructor Detail

      • AbstractHtmlPictureComparator

        public AbstractHtmlPictureComparator()
    • Method Detail

      • compareHtmlPictureFiles

        public ComparisonFlags compareHtmlPictureFiles​(TopComparisonNode topParent,
                                                       IComparisonSession session)
        Compares the Html picture files.
        Parameters:
        topParent - the nearest top parent comparison node, cannot be null
        session - the actual comparison session, cannot be null
        Returns:
        the resulting comparison flags, never null
      • importHtmlPictureFiles

        public void importHtmlPictureFiles​(MergeContext context)
        Imports the Html picture files for the top node from context.
        Parameters:
        context - the actual merge context, cannot be null
      • deleteHtmlPictureFiles

        public void deleteHtmlPictureFiles​(MergeContext context)
        Deletes the Html picture files for the top node from context.
        Parameters:
        context - the actual merge context, cannot be null
      • mergeHtmlPictureFiles

        public void mergeHtmlPictureFiles​(MergeContext context)
        Merges the Html picture files for the top node from context.
        Parameters:
        context - the actual merge context, cannot be null
      • getHtmlPictureFolderPath

        protected abstract Path getHtmlPictureFolderPath​(String topParentSymlink)
        Returns the folder path storing Html pictures.
        Parameters:
        topParentSymlink - the nearest top parent symlink, cannot be null
        Returns:
        the folder path storing Html pictures, never null