Package com.google.gerrit.server.project
Class GetChildProject
- java.lang.Object
- 
- com.google.gerrit.server.project.GetChildProject
 
- 
- All Implemented Interfaces:
- RestReadView<ChildProjectResource>,- RestView<ChildProjectResource>
 
 public class GetChildProject extends Object implements RestReadView<ChildProjectResource> 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectInfoapply(ChildProjectResource rsrc)Process the view operation by reading from the resource.voidsetRecursive(boolean recursive)
 
- 
- 
- 
Method Detail- 
setRecursivepublic void setRecursive(boolean recursive) 
 - 
applypublic ProjectInfo apply(ChildProjectResource rsrc) throws ResourceNotFoundException Description copied from interface:RestReadViewProcess the view operation by reading from the resource.- Specified by:
- applyin interface- RestReadView<ChildProjectResource>
- Parameters:
- rsrc- resource to read.
- Returns:
- result to return to the client. Use BinaryResultto avoid automatic conversion to JSON.
- Throws:
- ResourceNotFoundException
 
 
- 
 
-