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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
validate(java.lang.String secure)
Validates the build link with the given secure hash.
-