public final class UnifiedDiffFile extends Object
Constructor and Description |
---|
UnifiedDiffFile() |
public String getDiffCommand()
public void setDiffCommand(String diffCommand)
public String getFromFile()
public void setFromFile(String fromFile)
public String getToFile()
public void setToFile(String toFile)
public void setIndex(String index)
public String getIndex()
public String getFromTimestamp()
public void setFromTimestamp(String fromTimestamp)
public String getToTimestamp()
public void setToTimestamp(String toTimestamp)
public Integer getSimilarityIndex()
public void setSimilarityIndex(Integer similarityIndex)
public String getRenameFrom()
public void setRenameFrom(String renameFrom)
public String getRenameTo()
public void setRenameTo(String renameTo)
public String getCopyFrom()
public void setCopyFrom(String copyFrom)
public String getCopyTo()
public void setCopyTo(String copyTo)
public static UnifiedDiffFile from(String fromFile, String toFile, Patch<String> patch)
public void setNewFileMode(String newFileMode)
public String getNewFileMode()
public String getDeletedFileMode()
public void setDeletedFileMode(String deletedFileMode)
public String getOldMode()
public void setOldMode(String oldMode)
public String getNewMode()
public void setNewMode(String newMode)
public String getBinaryAdded()
public void setBinaryAdded(String binaryAdded)
public String getBinaryDeleted()
public void setBinaryDeleted(String binaryDeleted)
public String getBinaryEdited()
public void setBinaryEdited(String binaryEdited)
public boolean isNoNewLineAtTheEndOfTheFile()
public void setNoNewLineAtTheEndOfTheFile(boolean noNewLineAtTheEndOfTheFile)
Copyright © 2009–2024 java-diff-utils. All rights reserved.