Interface QieByUrlConsumer
-
public interface QieByUrlConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyQieWhenUrlMatches(double qieWeight, String url)
A plugin may call this to supply a qie which should be set to the given URL(s).
-
-
-
Method Detail
-
applyQieWhenUrlMatches
void applyQieWhenUrlMatches(double qieWeight, String url) throws IllegalArgumentException
A plugin may call this to supply a qie which should be set to the given URL(s).- Parameters:
qieWeight
- The QIE weight to be set. range: 0 - 1.url
- The URL whose QIE weight is set.- Throws:
IllegalArgumentException
- when one or more of the arguments is not valid.
-
-