Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.SVNDirectoryInfo
Packages that use SVNUpdateEditor15.SVNDirectoryInfo
-
Uses of SVNUpdateEditor15.SVNDirectoryInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNUpdateEditor15.SVNDirectoryInfoModifier and TypeFieldDescriptionSVNUpdateEditor15.myCurrentDirectory
SVNUpdateEditor15.SVNEntryInfo.Parent
Methods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor15.SVNDirectoryInfoModifier and TypeMethodDescriptionSVNUpdateEditor15.createDirectoryInfo
(SVNUpdateEditor15.SVNDirectoryInfo parent, String path, boolean added) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor15.SVNDirectoryInfoModifier and TypeMethodDescriptionprivate SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15.addFile
(SVNUpdateEditor15.SVNDirectoryInfo parent, String path, String copyFromPath, long copyFromRevision) private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15.addFileWithHistory
(SVNUpdateEditor15.SVNDirectoryInfo parent, String path, String copyFromPath, long copyFromRevision) private void
SVNUpdateEditor15.closeFile
(String textChecksum, SVNUpdateEditor15.SVNFileInfo fileInfo, SVNUpdateEditor15.SVNDirectoryInfo dirInfo) private void
SVNUpdateEditor15.completeDirectory
(SVNUpdateEditor15.SVNDirectoryInfo dirInfo) SVNUpdateEditor15.createDirectoryInfo
(SVNUpdateEditor15.SVNDirectoryInfo parent, String path, boolean added) private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15.createFileInfo
(SVNUpdateEditor15.SVNDirectoryInfo parent, String path, boolean added) private void
SVNUpdateEditor15.maybeBumpDirInfo
(SVNUpdateEditor15.SVNDirectoryInfo dirInfo) private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15.openFile
(String path, SVNUpdateEditor15.SVNDirectoryInfo parent) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor15.SVNDirectoryInfoModifierConstructorDescriptionSVNFileInfo
(SVNUpdateEditor15.SVNDirectoryInfo parent, String path)