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