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.FileMode
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedPatchScript()PatchScript(Change.Key ck, Patch.ChangeType ct, String on, String nn, PatchScript.FileMode om, PatchScript.FileMode nm, List<String> h, DiffPreferencesInfo dp, com.google.gerrit.prettify.common.SparseFileContent ca, com.google.gerrit.prettify.common.SparseFileContent cb, List<org.eclipse.jgit.diff.Edit> e, Set<org.eclipse.jgit.diff.Edit> editsDueToRebase, PatchScript.DisplayMethod ma, PatchScript.DisplayMethod mb, String mta, String mtb, CommentDetail cd, List<Patch> hist, boolean hf, boolean id, boolean idf, boolean idt, boolean bin, String cma, String cmb)
 - 
Method Summary
 
- 
- 
- 
Constructor Detail- 
PatchScriptpublic PatchScript(Change.Key ck, Patch.ChangeType ct, String on, String nn, PatchScript.FileMode om, PatchScript.FileMode nm, List<String> h, DiffPreferencesInfo dp, com.google.gerrit.prettify.common.SparseFileContent ca, com.google.gerrit.prettify.common.SparseFileContent cb, List<org.eclipse.jgit.diff.Edit> e, Set<org.eclipse.jgit.diff.Edit> editsDueToRebase, PatchScript.DisplayMethod ma, PatchScript.DisplayMethod mb, String mta, String mtb, CommentDetail cd, List<Patch> hist, boolean hf, boolean id, boolean idf, boolean idt, boolean bin, String cma, String cmb) 
 - 
PatchScriptprotected PatchScript() 
 
- 
 - 
Method Detail- 
getChangeIdpublic Change.Key getChangeId() 
 - 
getDisplayMethodApublic PatchScript.DisplayMethod getDisplayMethodA() 
 - 
getDisplayMethodBpublic PatchScript.DisplayMethod getDisplayMethodB() 
 - 
getFileModeApublic PatchScript.FileMode getFileModeA() 
 - 
getFileModeBpublic PatchScript.FileMode getFileModeB() 
 - 
getChangeTypepublic Patch.ChangeType getChangeType() 
 - 
getOldNamepublic String getOldName() 
 - 
getNewNamepublic String getNewName() 
 - 
getCommentDetailpublic CommentDetail getCommentDetail() 
 - 
getDiffPrefspublic DiffPreferencesInfo getDiffPrefs() 
 - 
setDiffPrefspublic void setDiffPrefs(DiffPreferencesInfo dp) 
 - 
isHugeFilepublic boolean isHugeFile() 
 - 
isIgnoreWhitespacepublic boolean isIgnoreWhitespace() 
 - 
hasIntralineDifferencepublic boolean hasIntralineDifference() 
 - 
hasIntralineFailurepublic boolean hasIntralineFailure() 
 - 
hasIntralineTimeoutpublic boolean hasIntralineTimeout() 
 - 
isExpandAllCommentspublic boolean isExpandAllComments() 
 - 
getApublic com.google.gerrit.prettify.common.SparseFileContent getA() 
 - 
getBpublic com.google.gerrit.prettify.common.SparseFileContent getB() 
 - 
getMimeTypeApublic String getMimeTypeA() 
 - 
getMimeTypeBpublic String getMimeTypeB() 
 - 
getEditspublic List<org.eclipse.jgit.diff.Edit> getEdits() 
 - 
getEditsDueToRebasepublic Set<org.eclipse.jgit.diff.Edit> getEditsDueToRebase() 
 - 
isBinarypublic boolean isBinary() 
 - 
getCommitIdApublic String getCommitIdA() 
 - 
getCommitIdBpublic String getCommitIdB() 
 
- 
 
-