Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.SVNFileInfo
-
Packages that use SVNUpdateEditor15.SVNFileInfo Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNUpdateEditor15.SVNFileInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNUpdateEditor15.SVNFileInfo Modifier and Type Field Description private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15. myCurrentFile
Methods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor15.SVNFileInfo Modifier and Type Method Description private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15. addFile(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15. addFileWithHistory(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, java.lang.String copyFromPath, long copyFromRevision)
private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15. createFileInfo(SVNUpdateEditor15.SVNDirectoryInfo parent, java.lang.String path, boolean added)
private SVNUpdateEditor15.SVNFileInfo
SVNUpdateEditor15. openFile(java.lang.String path, SVNUpdateEditor15.SVNDirectoryInfo parent)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUpdateEditor15.SVNFileInfo Modifier and Type Method Description private void
SVNUpdateEditor15. changeFileProperty(java.lang.String name, SVNPropertyValue value, SVNUpdateEditor15.SVNFileInfo fileInfo)
private void
SVNUpdateEditor15. closeFile(java.lang.String textChecksum, SVNUpdateEditor15.SVNFileInfo fileInfo, SVNUpdateEditor15.SVNDirectoryInfo dirInfo)
-