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.SVNFileInfo
SVNUpdateEditor. myCurrentFile
Methods in org.tmatesoft.svn.core.internal.wc that return SVNUpdateEditor.SVNFileInfo 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 SVNUpdateEditor.SVNFileInfo
SVNUpdateEditor. createFileInfo(SVNUpdateEditor.SVNDirectoryInfo parent, java.lang.String path, boolean added)
SVNUpdateEditor.SVNFileInfo
SVNUpdateEditor. 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.SVNFileInfo
SVNUpdateEditor. addFileWithHistory(SVNUpdateEditor.SVNDirectoryInfo parent, SVNUpdateEditor.SVNFileInfo info, java.lang.String copyFromPath, long copyFromRevision)
private void
SVNUpdateEditor. changeFileProperty(java.lang.String name, SVNPropertyValue value, SVNUpdateEditor.SVNFileInfo fileInfo)
private void
SVNUpdateEditor. closeFile(java.lang.String textChecksum, SVNUpdateEditor.SVNFileInfo fileInfo, SVNUpdateEditor.SVNDirectoryInfo dirInfo)
-