Interface LinkValidator
-
- All Known Subinterfaces:
LinkBuilder
- All Known Implementing Classes:
StandaloneHandler
public interface LinkValidatorLink validator interface to provide a validate method to the StandaloneHandler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvalidate(java.lang.String secure)Validates the build link with the given secure hash.
-