Package com.google.gerrit.server.project
Class SectionMatcher
java.lang.Object
com.google.gerrit.server.project.RefPatternMatcher
com.google.gerrit.server.project.SectionMatcher
Matches an AccessSection against a reference name.
These matchers are "compiled" versions of the AccessSection name, supporting faster selection of which sections are relevant to any given input reference.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.server.project.RefPatternMatcher
RefPatternMatcher.ExpandParameters
-
Constructor Summary
ConstructorsConstructorDescriptionSectionMatcher
(Project.NameKey project, AccessSection section, RefPatternMatcher matcher) -
Method Summary
Methods inherited from class com.google.gerrit.server.project.RefPatternMatcher
getMatcher, getMatcher
-
Constructor Details
-
SectionMatcher
-
-
Method Details
-
match
- Specified by:
match
in classRefPatternMatcher
-
getSection
-
getMatcher
-
getProject
-