Class ArcanistDiffChange
Represents a change to an individual path.
Tasks
Methods
public addAwayPath($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public addHunk(ArcanistDiffHunk $hunk)
| parameters | ArcanistDiffHunk | $hunk | |
| return | wild | | |
This method is not documented.
public array buildLineMap()
| return | array | | $old => array($new, ) |
This method is not documented.
public convertToBinaryChange()
This method is not documented.
protected filterPath($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getAllMetadata()
This method is not documented.
public getAwayPaths()
This method is not documented.
public getChangedLines($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public getCommitHash()
This method is not documented.
public getCurrentFileData()
This method is not documented.
public getCurrentPath()
This method is not documented.
public getFileType()
This method is not documented.
public getHunks()
This method is not documented.
public getMetadata($key)
| parameters | wild | $key | |
| return | wild | | |
This method is not documented.
public getNeedsSyntheticGitHunks()
This method is not documented.
public getNewProperties()
This method is not documented.
public getOldPath()
This method is not documented.
public getOldProperties()
This method is not documented.
public getOriginalFileData()
This method is not documented.
public getSymlinkTarget()
This method is not documented.
public getType()
This method is not documented.
public static newFromConduit(array $dicts)
| parameters | array | $dicts | |
| return | wild | | |
This method is not documented.
public static newFromDictionary(array $dict)
| parameters | array | $dict | |
| return | wild | | |
This method is not documented.
public renderTextSummary()
This method is not documented.
public setCommitHash($hash)
| parameters | wild | $hash | |
| return | wild | | |
This method is not documented.
public setCurrentFileData($current_file_data)
| parameters | wild | $current_file_data | |
| return | wild | | |
This method is not documented.
public setCurrentPath($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public setFileType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public setMetadata($key, $value)
| parameters | wild | $key | |
| wild | $value | |
| return | wild | | |
This method is not documented.
public setNeedsSyntheticGitHunks($needs_synthetic_git_hunks)
| parameters | wild | $needs_synthetic_git_hunks | |
| return | wild | | |
This method is not documented.
public setNewProperty($key, $value)
| parameters | wild | $key | |
| wild | $value | |
| return | wild | | |
This method is not documented.
public setOldPath($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public setOldProperty($key, $value)
| parameters | wild | $key | |
| wild | $value | |
| return | wild | | |
This method is not documented.
public setOriginalFileData($original_file_data)
| parameters | wild | $original_file_data | |
| return | wild | | |
This method is not documented.
public setType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public toDictionary()
This method is not documented.