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.SVNDirectoryInfo
SVNDiffEditor. myCurrentDirectory
private SVNDiffEditor.SVNDirectoryInfo
SVNDiffEditor.SVNDirectoryInfo. myParent
Methods in org.tmatesoft.svn.core.internal.wc that return SVNDiffEditor.SVNDirectoryInfo Modifier and Type Method Description private SVNDiffEditor.SVNDirectoryInfo
SVNDiffEditor. 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.SVNDirectoryInfo
SVNDiffEditor. createDirInfo(SVNDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth)
private SVNDiffEditor.SVNFileInfo
SVNDiffEditor. createFileInfo(SVNDiffEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)
private void
SVNDiffEditor. localDirectoryDiff(SVNDiffEditor.SVNDirectoryInfo info)
private void
SVNDiffEditor. reportAddedDir(SVNDiffEditor.SVNDirectoryInfo info)
private void
SVNDiffEditor. reportAddedFile(SVNDiffEditor.SVNDirectoryInfo info, java.lang.String path, SVNEntry entry)
private void
SVNDiffEditor. reportModifiedFile(SVNDiffEditor.SVNDirectoryInfo dirInfo, SVNEntry entry)
-