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.myDirectoryInfoSVNRemoteStatusEditor.DirectoryInfo.myParentSVNRemoteStatusEditor.FileInfo.myParentMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRemoteStatusEditor.DirectoryInfoModifier and TypeMethodDescriptionprivate voidSVNRemoteStatusEditor.tweakAnchorStatus(SVNRemoteStatusEditor.DirectoryInfo anchorInfo) private voidSVNRemoteStatusEditor.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)