Class ArcanistDiffChangeType
Defines constants for file types and operations in changesets.
Tasks
Methods
public static getFullNameForChangeType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static getShortNameForFileType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static getSummaryCharacterForChangeType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static isCreateChangeType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static isDeleteChangeType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static isModifyChangeType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static isNewLocationChangeType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static isOldLocationChangeType($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.