Package com.google.gerrit.server.config
Class AllProjectsName
- java.lang.Object
-
- com.google.gerrit.entities.Project.NameKey
-
- com.google.gerrit.server.config.AllProjectsName
-
- All Implemented Interfaces:
Serializable
,Comparable<Project.NameKey>
@Immutable public class AllProjectsName extends Project.NameKey
Special name of the project that all projects derive from.This class is immutable and thread safe.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllProjectsName(String name)
-
-
-
Constructor Detail
-
AllProjectsName
public AllProjectsName(String name)
-
-