Package org.codehaus.xsite
Interface LinkValidator
-
- All Known Implementing Classes:
StartsWithLinkValidator
public interface LinkValidatorInterface for link validators.- Since:
- 1.0
- Author:
- Jörg Schaible
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(String link)Test the argument for a valid link
-
-
-
Method Detail
-
isValid
boolean isValid(String link)
Test the argument for a valid link- Parameters:
link- the link- Returns:
trueif valid
-
-