Package com.google.gerrit.server.project
Class RefPattern
java.lang.Object
com.google.gerrit.server.project.RefPattern
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
RefPattern
public RefPattern() 
 - 
 - 
Method Details
- 
shortestExample
 - 
isRE
 - 
containsParameters
 - 
toRegExp
 - 
validate
public static void validate(String refPattern) throws com.google.gerrit.exceptions.InvalidNameException - Throws:
 com.google.gerrit.exceptions.InvalidNameException
 - 
validateRegExp
public static void validateRegExp(String refPattern) throws com.google.gerrit.exceptions.InvalidNameException - Throws:
 com.google.gerrit.exceptions.InvalidNameException
 
 -