Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNDirectoryInfo
-
Packages that use SVNUpdateEditor.SVNDirectoryInfo Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNUpdateEditor.SVNDirectoryInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNUpdateEditor.SVNDirectoryInfo Modifier and Type Field Description private SVNUpdateEditor.SVNDirectoryInfoSVNUpdateEditor. myCurrentDirectorySVNUpdateEditor.SVNDirectoryInfoSVNUpdateEditor.SVNEntryInfo. ParentMethods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor.SVNDirectoryInfo Modifier and Type Method Description private SVNUpdateEditor.SVNDirectoryInfoSVNUpdateEditor. createDirectoryInfo(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor.SVNDirectoryInfo Modifier and Type Method Description private SVNUpdateEditor.SVNFileInfoSVNUpdateEditor. addFile(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)private SVNUpdateEditor.SVNFileInfoSVNUpdateEditor. addFileWithHistory(SVNUpdateEditor.SVNDirectoryInfo parent, SVNUpdateEditor.SVNFileInfo info, java.lang.String copyFromPath, long copyFromRevision)private voidSVNUpdateEditor. closeFile(java.lang.String textChecksum, SVNUpdateEditor.SVNFileInfo fileInfo, SVNUpdateEditor.SVNDirectoryInfo dirInfo)private voidSVNUpdateEditor. completeDirectory(SVNUpdateEditor.SVNDirectoryInfo dirInfo)private SVNUpdateEditor.SVNDirectoryInfoSVNUpdateEditor. createDirectoryInfo(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)private SVNUpdateEditor.SVNFileInfoSVNUpdateEditor. createFileInfo(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)private voidSVNUpdateEditor. doDeleteEntry(java.lang.String path, SVNAdminArea parentArea, SVNUpdateEditor.SVNDirectoryInfo parent, SVNURL theirURL)private voidSVNUpdateEditor. maybeBumpDirInfo(SVNUpdateEditor.SVNDirectoryInfo dirInfo)SVNUpdateEditor.SVNFileInfoSVNUpdateEditor. openFile(java.lang.String path, SVNUpdateEditor.SVNDirectoryInfo parent)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor.SVNDirectoryInfo Constructor Description SVNFileInfo(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path)
-