Package com.google.gerrit.server.patch
Class PatchScriptFactory
- java.lang.Object
- 
- com.google.gerrit.server.patch.PatchScriptFactory
 
- 
- All Implemented Interfaces:
- Callable<PatchScript>
 
 public class PatchScriptFactory extends Object implements Callable<PatchScript> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfacePatchScriptFactory.Factory
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchScriptcall()voidsetLoadComments(boolean load)voidsetLoadHistory(boolean load)
 
- 
- 
- 
Method Detail- 
setLoadHistorypublic void setLoadHistory(boolean load) 
 - 
setLoadCommentspublic void setLoadComments(boolean load) 
 - 
callpublic PatchScript call() throws com.google.gwtorm.server.OrmException, LargeObjectException, AuthException, InvalidChangeOperationException, IOException, PermissionBackendException - Specified by:
- callin interface- Callable<PatchScript>
- Throws:
- com.google.gwtorm.server.OrmException
- LargeObjectException
- AuthException
- InvalidChangeOperationException
- IOException
- PermissionBackendException
 
 
- 
 
-