Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNRemoteStatusEditor17.DirectoryInfo
Packages that use SVNRemoteStatusEditor17.DirectoryInfo
-
Uses of SVNRemoteStatusEditor17.DirectoryInfo in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNRemoteStatusEditor17.DirectoryInfoModifier and TypeFieldDescriptionSVNRemoteStatusEditor17.myDirectoryInfoSVNRemoteStatusEditor17.DirectoryInfo.parentSVNRemoteStatusEditor17.FileInfo.parentMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNRemoteStatusEditor17.DirectoryInfoModifier and TypeMethodDescriptionprivate java.io.FileSVNRemoteStatusEditor17.findDirReposRelpath(SVNRemoteStatusEditor17.DirectoryInfo dirinfo) private voidSVNRemoteStatusEditor17.tweakStatusHash(SVNRemoteStatusEditor17.DirectoryInfo dirInfo, SVNRemoteStatusEditor17.DirectoryInfo childDir, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, SVNRevision deletedRev, SVNLock reposLock) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNRemoteStatusEditor17.DirectoryInfoModifierConstructorDescriptionDirectoryInfo(java.lang.String path, SVNRemoteStatusEditor17.DirectoryInfo parent) FileInfo(SVNRemoteStatusEditor17.DirectoryInfo parent, java.lang.String path, boolean added)