Interface ConformanceTestLocator.MatchPattern

Stay organized with collections Save and categorize content based on your preferences.
public static interface ConformanceTestLocator.MatchPattern

Methods

getBaseResourcePath()

public abstract String getBaseResourcePath()
Returns
TypeDescription
java.lang.String

matches(String resourcePath)

public abstract boolean matches(String resourcePath)
Parameter
NameDescription
resourcePathjava.lang.String
Returns
TypeDescription
boolean