Package com.google.gerrit.common.data
Class PatchScript
- java.lang.Object
- 
- com.google.gerrit.common.data.PatchScript
 
- 
 public class PatchScript extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPatchScript.DisplayMethodstatic classPatchScript.FileModestatic classPatchScript.PatchScriptFileInfo
 - 
Constructor SummaryConstructors Constructor Description PatchScript(Patch.ChangeType ct, String on, String nn, PatchScript.FileMode om, PatchScript.FileMode nm, com.google.common.collect.ImmutableList<String> h, DiffPreferencesInfo dp, com.google.gerrit.prettify.common.SparseFileContent ca, com.google.gerrit.prettify.common.SparseFileContent cb, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> e, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> editsDueToRebase, PatchScript.DisplayMethod ma, PatchScript.DisplayMethod mb, String mta, String mtb, boolean idf, boolean idt, boolean bin, String cma, String cmb)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gerrit.prettify.common.SparseFileContentgetA()com.google.gerrit.prettify.common.SparseFileContentgetB()Patch.ChangeTypegetChangeType()DiffPreferencesInfogetDiffPrefs()List<org.eclipse.jgit.diff.Edit>getEdits()Set<org.eclipse.jgit.diff.Edit>getEditsDueToRebase()PatchScript.PatchScriptFileInfogetFileInfoA()PatchScript.PatchScriptFileInfogetFileInfoB()StringgetNewName()StringgetOldName()List<String>getPatchHeader()booleanhasIntralineFailure()booleanhasIntralineTimeout()booleanisBinary()booleanisIgnoreWhitespace()
 
- 
- 
- 
Constructor Detail- 
PatchScriptpublic PatchScript(Patch.ChangeType ct, String on, String nn, PatchScript.FileMode om, PatchScript.FileMode nm, com.google.common.collect.ImmutableList<String> h, DiffPreferencesInfo dp, com.google.gerrit.prettify.common.SparseFileContent ca, com.google.gerrit.prettify.common.SparseFileContent cb, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> e, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> editsDueToRebase, PatchScript.DisplayMethod ma, PatchScript.DisplayMethod mb, String mta, String mtb, boolean idf, boolean idt, boolean bin, String cma, String cmb) 
 
- 
 - 
Method Detail- 
getChangeTypepublic Patch.ChangeType getChangeType() 
 - 
getOldNamepublic String getOldName() 
 - 
getNewNamepublic String getNewName() 
 - 
getDiffPrefspublic DiffPreferencesInfo getDiffPrefs() 
 - 
isIgnoreWhitespacepublic boolean isIgnoreWhitespace() 
 - 
hasIntralineFailurepublic boolean hasIntralineFailure() 
 - 
hasIntralineTimeoutpublic boolean hasIntralineTimeout() 
 - 
getApublic com.google.gerrit.prettify.common.SparseFileContent getA() 
 - 
getBpublic com.google.gerrit.prettify.common.SparseFileContent getB() 
 - 
getEditspublic List<org.eclipse.jgit.diff.Edit> getEdits() 
 - 
getEditsDueToRebasepublic Set<org.eclipse.jgit.diff.Edit> getEditsDueToRebase() 
 - 
isBinarypublic boolean isBinary() 
 - 
getFileInfoApublic PatchScript.PatchScriptFileInfo getFileInfoA() 
 - 
getFileInfoBpublic PatchScript.PatchScriptFileInfo getFileInfoB() 
 
- 
 
-