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 boolean
containsParameters
(String refPattern) static boolean
static String
shortestExample
(String refPattern) static dk.brics.automaton.RegExp
static void
static void
validateRegExp
(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
-