Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNRemoteStatusEditor17.DirectoryInfo
-
Packages that use SVNRemoteStatusEditor17.DirectoryInfo Package Description org.tmatesoft.svn.core.internal.wc17 -
-
Uses of SVNRemoteStatusEditor17.DirectoryInfo in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNRemoteStatusEditor17.DirectoryInfo Modifier and Type Field Description private SVNRemoteStatusEditor17.DirectoryInfoSVNRemoteStatusEditor17. myDirectoryInfoprivate SVNRemoteStatusEditor17.DirectoryInfoSVNRemoteStatusEditor17.DirectoryInfo. parentprivate SVNRemoteStatusEditor17.DirectoryInfoSVNRemoteStatusEditor17.FileInfo. parentMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNRemoteStatusEditor17.DirectoryInfo Modifier and Type Method Description private 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.DirectoryInfo Constructor Description DirectoryInfo(java.lang.String path, SVNRemoteStatusEditor17.DirectoryInfo parent)FileInfo(SVNRemoteStatusEditor17.DirectoryInfo parent, java.lang.String path, boolean added)
-