public static final class GitRevisionInfo.GitFileInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GitRevisionInfo.GitFileInfo.Status
State of the file in the second commit in relevance to the first commit.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
File |
getOriginalFile() |
String |
getOriginalPath() |
String |
getRelativePath() |
GitRevisionInfo.GitFileInfo.Status |
getStatus() |
public String getRelativePath()
public String getOriginalPath()
COPIED or RENAMED it may be null
or the same as the return value of getPath methodpublic GitRevisionInfo.GitFileInfo.Status getStatus()
public File getFile()
public File getOriginalFile()
COPIED or RENAMED it may be null
or the same as the return value of getFile methodBuilt on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.