public abstract class Matcher
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Matcher.MatcherId |
Constructor and Description |
---|
Matcher() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Boolean |
active() |
static Matcher |
create(Matcher.MatcherId matcherId,
java.lang.Boolean active) |
static Matcher |
create(java.lang.String id,
java.lang.String displayId,
BranchRestrictionType type,
java.lang.Boolean active) |
abstract java.lang.String |
displayId() |
abstract java.lang.String |
id() |
abstract BranchRestrictionType |
type() |
public abstract java.lang.String id()
public abstract java.lang.String displayId()
public abstract BranchRestrictionType type()
public abstract java.lang.Boolean active()
public static Matcher create(java.lang.String id, java.lang.String displayId, BranchRestrictionType type, java.lang.Boolean active)
public static Matcher create(Matcher.MatcherId matcherId, java.lang.Boolean active)