Class OutputStreamQuery
- java.lang.Object
- 
- com.google.gerrit.server.query.change.OutputStreamQuery
 
- 
 public class OutputStreamQuery extends Object Change query implementation that outputs to a stream in the style of an SSH command.Instances are one-time-use. Other singleton classes should inject a Provider rather than holding on to a single instance. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOutputStreamQuery.OutputFormat
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIncludeCurrentPatchSet()booleangetIncludeDependencies()booleangetIncludeFiles()booleangetIncludePatchSets()voidquery(String queryString)voidsetIncludeAllReviewers(boolean on)voidsetIncludeApprovals(boolean on)voidsetIncludeComments(boolean on)voidsetIncludeCommitMessage(boolean on)voidsetIncludeCurrentPatchSet(boolean on)voidsetIncludeDependencies(boolean on)voidsetIncludeFiles(boolean on)voidsetIncludePatchSets(boolean on)voidsetIncludeSubmitRecords(boolean on)voidsetOutput(OutputStream out, OutputStreamQuery.OutputFormat fmt)voidsetStart(int n)
 
- 
- 
- 
Method Detail- 
setStartpublic void setStart(int n) 
 - 
setIncludePatchSetspublic void setIncludePatchSets(boolean on) 
 - 
getIncludePatchSetspublic boolean getIncludePatchSets() 
 - 
setIncludeCurrentPatchSetpublic void setIncludeCurrentPatchSet(boolean on) 
 - 
getIncludeCurrentPatchSetpublic boolean getIncludeCurrentPatchSet() 
 - 
setIncludeApprovalspublic void setIncludeApprovals(boolean on) 
 - 
setIncludeCommentspublic void setIncludeComments(boolean on) 
 - 
setIncludeFilespublic void setIncludeFiles(boolean on) 
 - 
getIncludeFilespublic boolean getIncludeFiles() 
 - 
setIncludeDependenciespublic void setIncludeDependencies(boolean on) 
 - 
getIncludeDependenciespublic boolean getIncludeDependencies() 
 - 
setIncludeCommitMessagepublic void setIncludeCommitMessage(boolean on) 
 - 
setIncludeSubmitRecordspublic void setIncludeSubmitRecords(boolean on) 
 - 
setIncludeAllReviewerspublic void setIncludeAllReviewers(boolean on) 
 - 
setOutputpublic void setOutput(OutputStream out, OutputStreamQuery.OutputFormat fmt) 
 - 
querypublic void query(String queryString) throws IOException - Throws:
- IOException
 
 
- 
 
-