Diviner

Class ArcanistDiffChange

Definedsrc/parser/diff/ArcanistDiffChange.php:8
GroupDiff and Changeset APIs

Represents a change to an individual path.

Tasks

Methods

public addAwayPath($path)

parameterswild$path
returnwild
This method is not documented.

public addHunk(ArcanistDiffHunk $hunk)

parametersArcanistDiffHunk$hunk
returnwild
This method is not documented.

public array buildLineMap()

returnarray$old => array($new, )
This method is not documented.

public convertToBinaryChange()

returnwild
This method is not documented.

protected filterPath($path)

parameterswild$path
returnwild
This method is not documented.

public getAllMetadata()

returnwild
This method is not documented.

public getAwayPaths()

returnwild
This method is not documented.

public getChangedLines($type)

parameterswild$type
returnwild
This method is not documented.

public getCommitHash()

returnwild
This method is not documented.

public getCurrentFileData()

returnwild
This method is not documented.

public getCurrentPath()

returnwild
This method is not documented.

public getFileType()

returnwild
This method is not documented.

public getHunks()

returnwild
This method is not documented.

public getMetadata($key)

parameterswild$key
returnwild
This method is not documented.

public getNeedsSyntheticGitHunks()

returnwild
This method is not documented.

public getNewProperties()

returnwild
This method is not documented.

public getOldPath()

returnwild
This method is not documented.

public getOldProperties()

returnwild
This method is not documented.

public getOriginalFileData()

returnwild
This method is not documented.

public getSymlinkTarget()

returnwild
This method is not documented.

public getType()

returnwild
This method is not documented.

public static newFromConduit(array $dicts)

parametersarray$dicts
returnwild
This method is not documented.

public static newFromDictionary(array $dict)

parametersarray$dict
returnwild
This method is not documented.

public renderTextSummary()

returnwild
This method is not documented.

public setCommitHash($hash)

parameterswild$hash
returnwild
This method is not documented.

public setCurrentFileData($current_file_data)

parameterswild$current_file_data
returnwild
This method is not documented.

public setCurrentPath($path)

parameterswild$path
returnwild
This method is not documented.

public setFileType($type)

parameterswild$type
returnwild
This method is not documented.

public setMetadata($key, $value)

parameterswild$key
wild$value
returnwild
This method is not documented.

public setNeedsSyntheticGitHunks($needs_synthetic_git_hunks)

parameterswild$needs_synthetic_git_hunks
returnwild
This method is not documented.

public setNewProperty($key, $value)

parameterswild$key
wild$value
returnwild
This method is not documented.

public setOldPath($path)

parameterswild$path
returnwild
This method is not documented.

public setOldProperty($key, $value)

parameterswild$key
wild$value
returnwild
This method is not documented.

public setOriginalFileData($original_file_data)

parameterswild$original_file_data
returnwild
This method is not documented.

public setType($type)

parameterswild$type
returnwild
This method is not documented.

public toDictionary()

returnwild
This method is not documented.