Interface DefaultSiteRenderer.DuplicateCallback

Enclosing class:
DefaultSiteRenderer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface DefaultSiteRenderer.DuplicateCallback
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Callback for handling duplicate files.
  • Method Details

    • onDuplicate

      boolean onDuplicate(String message) throws RendererException
      Callback for handling duplicate files.
      Parameters:
      message -
      Returns:
      false if the duplicate should be ignored, true otherwise
      Throws:
      RendererException