Interface LinkValidator
- All Known Subinterfaces:
LinkBuilder
- All Known Implementing Classes:
StandaloneHandler
public interface LinkValidator
Link validator interface to provide a validate method to the StandaloneHandler.
-
Method Summary
-
Method Details
-
validate
Validates the build link with the given secure hash.- Parameters:
secure
- the hash to validate the link with.- Returns:
- true, if the link is valid, false otherwise.
-