Package com.google.gerrit.server.project
Class RefPattern
java.lang.Object
com.google.gerrit.server.project.RefPattern
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleancontainsParameters(String refPattern) static booleanstatic StringshortestExample(String refPattern) static dk.brics.automaton.RegExpstatic voidstatic voidvalidateRegExp(String refPattern) 
- 
Field Details- 
USERID_SHARDED- See Also:
 
- 
USERNAME- See Also:
 
 
- 
- 
Constructor Details- 
RefPatternpublic RefPattern()
 
- 
- 
Method Details- 
shortestExample
- 
isRE
- 
containsParameters
- 
toRegExp
- 
validatepublic static void validate(String refPattern) throws com.google.gerrit.exceptions.InvalidNameException - Throws:
- com.google.gerrit.exceptions.InvalidNameException
 
- 
validateRegExppublic static void validateRegExp(String refPattern) throws com.google.gerrit.exceptions.InvalidNameException - Throws:
- com.google.gerrit.exceptions.InvalidNameException
 
 
-