public interface LinkCheckerExtension
LinkCheckerExtension
interface defines a plugin
for the LinkChecker
. This allows to extend the link checking
through custom link checking mechanisms.
The link checker queries all extensions in no particular order as long
as the extensions return a valid link validity. As soon as the first
extension returns a different value, this value is returned.Modifier and Type | Method and Description |
---|---|
LinkValidity |
getLinkValidity(Resource resource)
This method checks if the passed resource is a valid resource.
|
LinkValidity getLinkValidity(Resource resource)
resource
- The resource to validate.Copyright © 2010 - 2020 Adobe. All Rights Reserved