Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNDiffEditor.SVNDirectoryInfo
-
Packages that use SVNDiffEditor.SVNDirectoryInfo Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNDiffEditor.SVNDirectoryInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNDiffEditor.SVNDirectoryInfo Modifier and Type Field Description private SVNDiffEditor.SVNDirectoryInfoSVNDiffEditor. myCurrentDirectoryprivate SVNDiffEditor.SVNDirectoryInfoSVNDiffEditor.SVNDirectoryInfo. myParentMethods in org.tmatesoft.svn.core.internal.wc that return SVNDiffEditor.SVNDirectoryInfo Modifier and Type Method Description private SVNDiffEditor.SVNDirectoryInfoSVNDiffEditor. createDirInfo(SVNDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDiffEditor.SVNDirectoryInfo Modifier and Type Method Description private SVNDiffEditor.SVNDirectoryInfoSVNDiffEditor. createDirInfo(SVNDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth)private SVNDiffEditor.SVNFileInfoSVNDiffEditor. createFileInfo(SVNDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)private voidSVNDiffEditor. localDirectoryDiff(SVNDiffEditor.SVNDirectoryInfo info)private voidSVNDiffEditor. reportAddedDir(SVNDiffEditor.SVNDirectoryInfo info)private voidSVNDiffEditor. reportAddedFile(SVNDiffEditor.SVNDirectoryInfo info, java.lang.String path, SVNEntry entry)private voidSVNDiffEditor. reportModifiedFile(SVNDiffEditor.SVNDirectoryInfo dirInfo, SVNEntry entry)
-