Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNRemoteStatusEditor.DirectoryInfo
Packages that use SVNRemoteStatusEditor.DirectoryInfo
-
Uses of SVNRemoteStatusEditor.DirectoryInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNRemoteStatusEditor.DirectoryInfoModifier and TypeFieldDescriptionSVNRemoteStatusEditor.myDirectoryInfo
SVNRemoteStatusEditor.DirectoryInfo.myParent
SVNRemoteStatusEditor.FileInfo.myParent
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRemoteStatusEditor.DirectoryInfoModifier and TypeMethodDescriptionprivate void
SVNRemoteStatusEditor.tweakAnchorStatus
(SVNRemoteStatusEditor.DirectoryInfo anchorInfo) private void
SVNRemoteStatusEditor.tweakStatusHash
(SVNRemoteStatusEditor.DirectoryInfo dirInfo, SVNRemoteStatusEditor.DirectoryInfo childDir, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock, SVNRevision revision) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRemoteStatusEditor.DirectoryInfoModifierConstructorDescriptionDirectoryInfo
(java.lang.String path, SVNRemoteStatusEditor.DirectoryInfo parent) FileInfo
(SVNRemoteStatusEditor.DirectoryInfo parent, java.lang.String path, boolean added)