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.myCurrentDirectorySVNUpdateEditor15.SVNEntryInfo.ParentMethods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor15.SVNDirectoryInfoModifier and TypeMethodDescriptionSVNUpdateEditor15.createDirectoryInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, boolean added) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor15.SVNDirectoryInfoModifier and TypeMethodDescriptionprivate 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) SVNUpdateEditor15.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.SVNDirectoryInfoModifierConstructorDescriptionSVNFileInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path)