Package com.google.gerrit.server.patch
Interface PatchScriptFactory.Factory
- 
- Enclosing class:
- PatchScriptFactory
 
 public static interface PatchScriptFactory.Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchScriptFactorycreate(ChangeNotes notes, String fileName, int parentNum, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)PatchScriptFactorycreate(ChangeNotes notes, String fileName, PatchSet.Id patchSetA, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs)
 
- 
- 
- 
Method Detail- 
createPatchScriptFactory create(ChangeNotes notes, String fileName, PatchSet.Id patchSetA, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs) 
 - 
createPatchScriptFactory create(ChangeNotes notes, String fileName, int parentNum, PatchSet.Id patchSetB, DiffPreferencesInfo diffPrefs) 
 
- 
 
-