public class SVNRemoteStatusEditor17.FileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
added |
private java.lang.String |
baseChecksum |
private java.io.File |
localAbsPath |
private java.lang.String |
name |
private java.lang.String |
ood_changed_author |
private SVNDate |
ood_changed_date |
private long |
ood_changed_rev |
private SVNNodeKind |
ood_kind |
private SVNRemoteStatusEditor17.DirectoryInfo |
parent |
private boolean |
prop_changed |
private boolean |
text_changed |
Constructor and Description |
---|
FileInfo(SVNRemoteStatusEditor17.DirectoryInfo parent,
java.lang.String path,
boolean added) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
computeRepositoryRelativePath() |
private java.io.File localAbsPath
private java.lang.String name
private SVNRemoteStatusEditor17.DirectoryInfo parent
private long ood_changed_rev
private SVNDate ood_changed_date
private SVNNodeKind ood_kind
private java.lang.String ood_changed_author
private boolean added
private boolean text_changed
private boolean prop_changed
private java.lang.String baseChecksum
public FileInfo(SVNRemoteStatusEditor17.DirectoryInfo parent, java.lang.String path, boolean added)
private java.lang.String computeRepositoryRelativePath() throws SVNException
SVNException