Interface KillByQueryMatchConsumer
-
public interface KillByQueryMatchConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
killByQueryMatch(String queryToKillByMatch)
A plugin may call this to kill the URL(s) returned by a given query.
-
-
-
Method Detail
-
killByQueryMatch
void killByQueryMatch(String queryToKillByMatch) throws IllegalArgumentException
A plugin may call this to kill the URL(s) returned by a given query.- Parameters:
queryToKillByMatch
- The query to return a list of URLs to be killed.- Throws:
IllegalArgumentException
- when one or more of the arguments is not valid.
-
-