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.SVNDirectoryInfoSVNDiffEditor17. currentDirectoryprivate SVNDiffEditor17.SVNDirectoryInfoSVNDiffEditor17.SVNDirectoryInfo. parentMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNDiffEditor17.SVNDirectoryInfo Modifier and Type Method Description private SVNDiffEditor17.SVNDirectoryInfoSVNDiffEditor17. 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.SVNDirectoryInfoSVNDiffEditor17. createDirInfo(SVNDiffEditor17.SVNDirectoryInfo parent, java.lang.String path, boolean added, SVNDepth depth)private SVNDiffEditor17.SVNFileInfoSVNDiffEditor17. createFileInfo(SVNDiffEditor17.SVNDirectoryInfo parent, java.lang.String path, boolean added)private voidSVNDiffEditor17. localDirectoryDiff(SVNDiffEditor17.SVNDirectoryInfo info)private voidSVNDiffEditor17. reportAddedDir(SVNDiffEditor17.SVNDirectoryInfo info)private voidSVNDiffEditor17. reportAddedFile(SVNDiffEditor17.SVNDirectoryInfo info, java.io.File entryPath)private voidSVNDiffEditor17. reportModifiedFile(SVNDiffEditor17.SVNDirectoryInfo dirInfo, java.io.File entryPath)
-