private class SVNRemoteStatusEditor17.DirectoryInfo extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
added |
private SVNDepth |
depth |
private boolean |
excluded |
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 java.lang.String |
repositoryRelativePath |
private java.util.TreeMap<java.io.File,SvnStatus> |
statii |
private boolean |
text_changed |
| Constructor and Description |
|---|
DirectoryInfo(java.lang.String path,
SVNRemoteStatusEditor17.DirectoryInfo parent) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
computeRepositoryRelativePath() |
void |
receive(SvnTarget target,
SvnStatus status)
Receives object with is target.
|
private java.io.File localAbsPath
private java.lang.String name
private SVNRemoteStatusEditor17.DirectoryInfo parent
private java.util.TreeMap<java.io.File,SvnStatus> statii
private long ood_changed_rev
private SVNDate ood_changed_date
private SVNNodeKind ood_kind
private java.lang.String ood_changed_author
private boolean excluded
private SVNDepth depth
private boolean added
private boolean prop_changed
private boolean text_changed
private java.lang.String repositoryRelativePath
public DirectoryInfo(java.lang.String path,
SVNRemoteStatusEditor17.DirectoryInfo parent)
throws SVNException
SVNExceptionpublic void receive(SvnTarget target, SvnStatus status) throws SVNException
ISvnObjectReceiverreceive in interface ISvnObjectReceiver<SvnStatus>target - target of the objectstatus - objectSVNExceptionprivate java.lang.String computeRepositoryRelativePath()
throws SVNException
SVNException