Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNDiffEditor17.SVNDirectoryInfo
-
Packages that use SVNDiffEditor17.SVNDirectoryInfo Package Description org.tmatesoft.svn.core.internal.wc17 -
-
Uses of SVNDiffEditor17.SVNDirectoryInfo in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNDiffEditor17.SVNDirectoryInfo Modifier and Type Field Description private SVNDiffEditor17.SVNDirectoryInfo
SVNDiffEditor17. currentDirectory
private SVNDiffEditor17.SVNDirectoryInfo
SVNDiffEditor17.SVNDirectoryInfo. parent
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNDiffEditor17.SVNDirectoryInfo Modifier and Type Method Description private SVNDiffEditor17.SVNDirectoryInfo
SVNDiffEditor17. createDirInfo(SVNDiffEditor17.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth)
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDiffEditor17.SVNDirectoryInfo Modifier and Type Method Description private SVNDiffEditor17.SVNDirectoryInfo
SVNDiffEditor17. createDirInfo(SVNDiffEditor17.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth)
private SVNDiffEditor17.SVNFileInfo
SVNDiffEditor17. createFileInfo(SVNDiffEditor17.SVNDirectoryInfo parent, java.lang.String path, boolean added)
private void
SVNDiffEditor17. localDirectoryDiff(SVNDiffEditor17.SVNDirectoryInfo info)
private void
SVNDiffEditor17. reportAddedDir(SVNDiffEditor17.SVNDirectoryInfo info)
private void
SVNDiffEditor17. reportAddedFile(SVNDiffEditor17.SVNDirectoryInfo info, java.io.File entryPath)
private void
SVNDiffEditor17. reportModifiedFile(SVNDiffEditor17.SVNDirectoryInfo dirInfo, java.io.File entryPath)
-