Class SVNRemoteStatusEditor17.DirectoryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNRemoteStatusEditor17.DirectoryInfo
-
- All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
- Enclosing class:
- SVNRemoteStatusEditor17
private class SVNRemoteStatusEditor17.DirectoryInfo extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description DirectoryInfo(java.lang.String path, SVNRemoteStatusEditor17.DirectoryInfo parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
computeRepositoryRelativePath()
void
receive(SvnTarget target, SvnStatus status)
Receives object with is target.
-
-
-
Field Detail
-
localAbsPath
private java.io.File localAbsPath
-
name
private java.lang.String name
-
parent
private SVNRemoteStatusEditor17.DirectoryInfo parent
-
statii
private java.util.TreeMap<java.io.File,SvnStatus> statii
-
ood_changed_rev
private long ood_changed_rev
-
ood_changed_date
private SVNDate ood_changed_date
-
ood_kind
private SVNNodeKind ood_kind
-
ood_changed_author
private java.lang.String ood_changed_author
-
excluded
private boolean excluded
-
depth
private SVNDepth depth
-
added
private boolean added
-
prop_changed
private boolean prop_changed
-
text_changed
private boolean text_changed
-
repositoryRelativePath
private java.lang.String repositoryRelativePath
-
-
Constructor Detail
-
DirectoryInfo
public DirectoryInfo(java.lang.String path, SVNRemoteStatusEditor17.DirectoryInfo parent) throws SVNException
- Throws:
SVNException
-
-
Method Detail
-
receive
public void receive(SvnTarget target, SvnStatus status) throws SVNException
Description copied from interface:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SvnStatus>
- Parameters:
target
- target of the objectstatus
- object- Throws:
SVNException
-
computeRepositoryRelativePath
private java.lang.String computeRepositoryRelativePath() throws SVNException
- Throws:
SVNException
-
-