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.TabFile
TabFile.Parser, TabFile.Row
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asText()
String
getQuery(String name)
static QueryList
parse(String text, ValidationError.Sink errors)
-
-
-
Field Detail
-
FILE_NAME
public static final String FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public static QueryList parse(String text, ValidationError.Sink errors) throws IOException
- Throws:
IOException
-
asText
public String asText()
-
-