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.DirectoryInfoSVNRemoteStatusEditor. myDirectoryInfoSVNRemoteStatusEditor.DirectoryInfoSVNRemoteStatusEditor.DirectoryInfo. myParentSVNRemoteStatusEditor.DirectoryInfoSVNRemoteStatusEditor.FileInfo. myParentMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNRemoteStatusEditor.DirectoryInfo Modifier and Type Method Description private 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.DirectoryInfo Constructor Description DirectoryInfo(java.lang.String path, SVNRemoteStatusEditor.DirectoryInfo parent)FileInfo(SVNRemoteStatusEditor.DirectoryInfo parent, java.lang.String path, boolean added)
-