Package com.google.gerrit.server.git
Class DestinationList
- java.lang.Object
- 
- com.google.gerrit.server.git.TabFile
- 
- com.google.gerrit.server.git.DestinationList
 
 
- 
 public class DestinationList extends TabFile 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.google.gerrit.server.git.TabFileTabFile.Parser, TabFile.Row
 
- 
 - 
Constructor SummaryConstructors Constructor Description DestinationList()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasText(String label)Set<Branch.NameKey>getDestinations(String label)voidparseLabel(String label, String text, ValidationError.Sink errors)protected static Set<Branch.NameKey>toSet(List<TabFile.Row> destRows)
 
- 
- 
- 
Field Detail- 
DIR_NAMEpublic static final String DIR_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDestinationspublic Set<Branch.NameKey> getDestinations(String label) 
 - 
parseLabelpublic void parseLabel(String label, String text, ValidationError.Sink errors) throws IOException - Throws:
- IOException
 
 - 
toSetprotected static Set<Branch.NameKey> toSet(List<TabFile.Row> destRows) 
 
- 
 
-