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 Summary
Nested Classes Modifier and Type Class Description static interface
PatchScriptFactory.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchScript
call()
void
setLoadComments(boolean load)
-
-
-
Method Detail
-
setLoadComments
public void setLoadComments(boolean load)
-
call
public PatchScript call() throws LargeObjectException, AuthException, InvalidChangeOperationException, IOException, PermissionBackendException
- Specified by:
call
in interfaceCallable<PatchScript>
- Throws:
LargeObjectException
AuthException
InvalidChangeOperationException
IOException
PermissionBackendException
-
-