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