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 booleanprivate SVNDepthprivate booleanprivate java.io.Fileprivate java.lang.Stringprivate java.lang.Stringprivate SVNDateprivate longprivate SVNNodeKindprivate booleanprivate java.lang.Stringprivate 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.StringvoidReceives 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:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SvnStatus>- Parameters:
target- target of the objectstatus- object- Throws:
SVNException
-
computeRepositoryRelativePath
- Throws:
SVNException
-