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.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanonDuplicate(String message) Callback for handling duplicate files.
-
Method Details
-
onDuplicate
Callback for handling duplicate files.- Parameters:
message-- Returns:
falseif the duplicate should be ignored,trueotherwise- Throws:
RendererException
-