Class TabFile
java.lang.Object
com.google.gerrit.server.git.meta.TabFile
- Direct Known Subclasses:
- DestinationList,- GroupList,- QueryList
(De)serializer for tab-delimited text files.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceprotected static class
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static StringasText(String left, String right, List<TabFile.Row> rows) protected static Stringprotected static Stringprotected static List<TabFile.Row>parse(String text, String filename, TabFile.Parser left, TabFile.Parser right, ValidationError.Sink errors) protected static <T extends Comparable<? super T>>
 com.google.common.collect.ImmutableList<T>sort(Collection<T> m) toMap(List<TabFile.Row> rows) 
- 
Field Details- 
TRIM
 
- 
- 
Constructor Details- 
TabFilepublic TabFile()
 
- 
- 
Method Details- 
parseprotected static List<TabFile.Row> parse(String text, String filename, TabFile.Parser left, TabFile.Parser right, ValidationError.Sink errors) throws IOException - Throws:
- IOException
 
- 
toMap
- 
asText
- 
asText
- 
sortprotected static <T extends Comparable<? super T>> com.google.common.collect.ImmutableList<T> sort(Collection<T> m) 
- 
pad
 
-