Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.SVNDirectoryInfo
-
Packages that use SVNUpdateEditor15.SVNDirectoryInfo Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNUpdateEditor15.SVNDirectoryInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNUpdateEditor15.SVNDirectoryInfo Modifier and Type Field Description private SVNUpdateEditor15.SVNDirectoryInfoSVNUpdateEditor15. myCurrentDirectorySVNUpdateEditor15.SVNDirectoryInfoSVNUpdateEditor15.SVNEntryInfo. ParentMethods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor15.SVNDirectoryInfo Modifier and Type Method Description private SVNUpdateEditor15.SVNDirectoryInfoSVNUpdateEditor15. createDirectoryInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, boolean added)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor15.SVNDirectoryInfo Modifier and Type Method Description private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15. addFile(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15. addFileWithHistory(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)private voidSVNUpdateEditor15. closeFile(java.lang.String textChecksum, SVNUpdateEditor15.SVNFileInfo fileInfo, SVNUpdateEditor15.SVNDirectoryInfo dirInfo)private voidSVNUpdateEditor15. completeDirectory(SVNUpdateEditor15.SVNDirectoryInfo dirInfo)private SVNUpdateEditor15.SVNDirectoryInfoSVNUpdateEditor15. createDirectoryInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, boolean added)private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15. createFileInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, boolean added)private voidSVNUpdateEditor15. maybeBumpDirInfo(SVNUpdateEditor15.SVNDirectoryInfo dirInfo)private SVNUpdateEditor15.SVNFileInfoSVNUpdateEditor15. openFile(java.lang.String path, SVNUpdateEditor15.SVNDirectoryInfo parent)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor15.SVNDirectoryInfo Constructor Description SVNFileInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path)
-