Interface KillByPartialMatchConsumer
-
public interface KillByPartialMatchConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
killByPartialMatch(String urlToKillByPartialMatch)
-
-
-
Method Detail
-
killByPartialMatch
void killByPartialMatch(String urlToKillByPartialMatch) throws IllegalArgumentException
- Parameters:
urlToKillByPartialMatch
- URLs containing this will be killed.- Throws:
IllegalArgumentException
- when one or more of the arguments is not valid.
-
-