Interface ConformanceTestLocator.MatchPattern

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