@Internal
public final class PropagationTargetsUtils
extends Object
Checks if an URL matches the list of origins.
-
Constructor Summary
Constructors
-
Method Summary
static boolean
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PropagationTargetsUtils
public PropagationTargetsUtils()
-
Method Details
-
contain
public static boolean contain(@NotNull
@NotNull List<String> origins,
@NotNull
@NotNull String url)
-
contain
public static boolean contain(@NotNull
@NotNull List<String> origins,
URI uri)