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 booleanaddedprivate SVNDepthdepthprivate booleanexcludedprivate java.io.FilelocalAbsPathprivate java.lang.Stringnameprivate java.lang.Stringood_changed_authorprivate SVNDateood_changed_dateprivate longood_changed_revprivate SVNNodeKindood_kindprivate SVNRemoteStatusEditor17.DirectoryInfoparentprivate booleanprop_changedprivate java.lang.StringrepositoryRelativePathprivate java.util.TreeMap<java.io.File,SvnStatus>statiiprivate booleantext_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.StringcomputeRepositoryRelativePath()voidreceive(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:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SvnStatus>- Parameters:
target- target of the objectstatus- object- Throws:
SVNException
-
computeRepositoryRelativePath
private java.lang.String computeRepositoryRelativePath() throws SVNException- Throws:
SVNException
-
-