Package com.google.gerrit.common.data
Class RefConfigSection
- java.lang.Object
-
- com.google.gerrit.common.data.RefConfigSection
-
- Direct Known Subclasses:
AccessSection
public abstract class RefConfigSection extends Object
-
-
Constructor Summary
Constructors Constructor Description RefConfigSection()
RefConfigSection(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
int
hashCode()
static boolean
isValid(String name)
void
setName(String name)
-
-
-
Field Detail
-
ALL
public static final String ALL
Pattern that matches all references in a project.- See Also:
- Constant Field Values
-
HEADS
public static final String HEADS
Pattern that matches all branches in a project.- See Also:
- Constant Field Values
-
REGEX_PREFIX
public static final String REGEX_PREFIX
Prefix that triggers a regular expression pattern.- See Also:
- Constant Field Values
-
name
protected String name
-
-
Constructor Detail
-
RefConfigSection
public RefConfigSection()
-
RefConfigSection
public RefConfigSection(String name)
-
-