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.SVNDirectoryInfo
SVNUpdateEditor.myCurrentDirectory
SVNUpdateEditor.SVNEntryInfo.Parent
Methods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor.SVNDirectoryInfoModifier and TypeMethodDescriptionprivate SVNUpdateEditor.SVNDirectoryInfo
SVNUpdateEditor.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.SVNFileInfo
SVNUpdateEditor.addFile
(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision) private SVNUpdateEditor.SVNFileInfo
SVNUpdateEditor.addFileWithHistory
(SVNUpdateEditor.SVNDirectoryInfo parent, SVNUpdateEditor.SVNFileInfo info, java.lang.String copyFromPath, long copyFromRevision) private void
SVNUpdateEditor.closeFile
(java.lang.String textChecksum, SVNUpdateEditor.SVNFileInfo fileInfo, SVNUpdateEditor.SVNDirectoryInfo dirInfo) private void
SVNUpdateEditor.completeDirectory
(SVNUpdateEditor.SVNDirectoryInfo dirInfo) private SVNUpdateEditor.SVNDirectoryInfo
SVNUpdateEditor.createDirectoryInfo
(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added) private SVNUpdateEditor.SVNFileInfo
SVNUpdateEditor.createFileInfo
(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added) private void
SVNUpdateEditor.doDeleteEntry
(java.lang.String path, SVNAdminArea parentArea, SVNUpdateEditor.SVNDirectoryInfo parent, SVNURL theirURL) private void
SVNUpdateEditor.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)