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.SVNDirectoryInfo
SVNUpdateEditor. myCurrentDirectory
SVNUpdateEditor.SVNDirectoryInfo
SVNUpdateEditor.SVNEntryInfo. Parent
Methods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor.SVNDirectoryInfo Modifier and Type Method Description private 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.SVNDirectoryInfo Modifier and Type Method Description private 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.SVNFileInfo
SVNUpdateEditor. 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)
-