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
FieldsModifier and TypeFieldDescriptionprivate boolean
private SVNDepth
private boolean
private java.io.File
private java.lang.String
private java.lang.String
private SVNDate
private long
private SVNNodeKind
private boolean
private java.lang.String
private java.util.TreeMap<java.io.File,
SvnStatus> private boolean
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryInfo
(java.lang.String path, SVNRemoteStatusEditor17.DirectoryInfo parent) -
Method Summary
Modifier and TypeMethodDescriptionprivate java.lang.String
void
Receives object with is target.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
localAbsPath
private java.io.File localAbsPath -
name
private java.lang.String name -
parent
-
statii
-
ood_changed_rev
private long ood_changed_rev -
ood_changed_date
-
ood_kind
-
ood_changed_author
private java.lang.String ood_changed_author -
excluded
private boolean excluded -
depth
-
added
private boolean added -
prop_changed
private boolean prop_changed -
text_changed
private boolean text_changed -
repositoryRelativePath
private java.lang.String repositoryRelativePath
-
-
Constructor Details
-
DirectoryInfo
public DirectoryInfo(java.lang.String path, SVNRemoteStatusEditor17.DirectoryInfo parent) throws SVNException - Throws:
SVNException
-
-
Method Details
-
receive
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
- Throws:
SVNException
-