Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNDumpEditor.DirectoryInfo
-
Packages that use SVNDumpEditor.DirectoryInfo Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNDumpEditor.DirectoryInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNDumpEditor.DirectoryInfo Modifier and Type Field Description private SVNDumpEditor.DirectoryInfo
SVNDumpEditor. myCurrentDirInfo
(package private) SVNDumpEditor.DirectoryInfo
SVNDumpEditor.DirectoryInfo. myParentInfo
Methods in org.tmatesoft.svn.core.internal.wc that return SVNDumpEditor.DirectoryInfo Modifier and Type Method Description private SVNDumpEditor.DirectoryInfo
SVNDumpEditor. createDirectoryInfo(java.lang.String path, java.lang.String copyFromPath, long copyFromRev, SVNDumpEditor.DirectoryInfo parent)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDumpEditor.DirectoryInfo Modifier and Type Method Description private SVNDumpEditor.DirectoryInfo
SVNDumpEditor. createDirectoryInfo(java.lang.String path, java.lang.String copyFromPath, long copyFromRev, SVNDumpEditor.DirectoryInfo parent)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDumpEditor.DirectoryInfo Constructor Description DirectoryInfo(java.lang.String path, java.lang.String cmpPath, long cmpRev, SVNDumpEditor.DirectoryInfo parent)
-