- * Note: If you want to get the broken links in every file in - * a webapp or store, it's much more efficient to use - * getBrokenHrefManifests instead of this function. - */ - public HrefManifest getBrokenHrefManifest( String path) - throws AVMNotFoundException; - - /** - * Returns a manifest of all the hrefs within the file specified by 'path' - * whose response status is greater than or equal to statusGTE, - * and less than or equal to statusLTE. - *
- * Note: If you want to get a list of manifests of every file in a
- * webapp or store, it's much more efficient to use getHrefManifests
- * instead of this function.
- */
- public HrefManifest getHrefManifest( String path,
- int statusGTE,
- int statusLTE) throws
- AVMNotFoundException;
-
/**
* Fetch all hyperlinks that rely upon the existence of the file specified
@@ -203,16 +178,25 @@ public interface LinkValidationService
*/
public List