Package com.google.gerrit.server.git
Class QueryList
- java.lang.Object
- 
- com.google.gerrit.server.git.TabFile
- 
- com.google.gerrit.server.git.QueryList
 
 
- 
 public class QueryList extends TabFile 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.google.gerrit.server.git.TabFileTabFile.Parser, TabFile.Row
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasText()StringgetQuery(String name)static QueryListparse(String text, ValidationError.Sink errors)
 
- 
- 
- 
Field Detail- 
FILE_NAMEpublic static final String FILE_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
parsepublic static QueryList parse(String text, ValidationError.Sink errors) throws IOException - Throws:
- IOException
 
 - 
asTextpublic String asText() 
 
- 
 
-