Class SearchPathMatch
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.search.SearchPathMatch
-
public abstract class SearchPathMatch extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static SearchPathMatchcreate(boolean match, String text)abstract booleanmatch()abstract Stringtext()
-
-
-
Method Detail
-
match
public abstract boolean match()
-
text
@Nullable public abstract String text()
-
create
public static SearchPathMatch create(boolean match, String text)
-
-