Package com.google.gerrit.server.account
Class DestinationList
- java.lang.Object
-
- com.google.gerrit.server.git.meta.TabFile
-
- com.google.gerrit.server.account.DestinationList
-
public class DestinationList extends TabFile
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.server.git.meta.TabFile
TabFile.Parser, TabFile.Row
-
-
Constructor Summary
Constructors Constructor Description DestinationList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<BranchNameKey>
getDestinations(String label)
-
-
-
Field Detail
-
DIR_NAME
public static final String DIR_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDestinations
public Set<BranchNameKey> getDestinations(String label)
-
-