Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNDirectoryInfo
Packages that use SVNUpdateEditor.SVNDirectoryInfo
-
Uses of SVNUpdateEditor.SVNDirectoryInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNUpdateEditor.SVNDirectoryInfoModifier and TypeFieldDescriptionprivate SVNUpdateEditor.SVNDirectoryInfoSVNUpdateEditor.myCurrentDirectorySVNUpdateEditor.SVNEntryInfo.ParentMethods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor.SVNDirectoryInfoModifier and TypeMethodDescriptionprivate 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.SVNDirectoryInfoModifier and TypeMethodDescriptionprivate 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.openFile(java.lang.String path, SVNUpdateEditor.SVNDirectoryInfo parent) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor.SVNDirectoryInfoModifierConstructorDescriptionSVNFileInfo(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path)