hasSchemeSpecificPart

public final Unit hasSchemeSpecificPart(String scheme, String part)

Matches uri with given scheme and specific part

Parameters

scheme

Scheme to be matched

part

Specific part to be matched


public final Unit hasSchemeSpecificPart(Matcher<String> scheme, Matcher<String> part)

Matches uri with given scheme and specific part

Parameters

scheme

Matcher for a scheme

part

Matcher for a specific part