Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSPathChange
-
Packages that use FSPathChange Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of FSPathChange in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSPathChange Modifier and Type Method Description static FSPathChangeFSPathChange. fromString(java.lang.String changeLine, java.lang.String copyfromLine)private FSPathChangeFSRoot. readChange(FSFile raReader)Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSPathChange Modifier and Type Method Description private voidFSRoot. foldChange(java.util.Map mapChanges, FSPathChange change)voidFSTransactionRoot. writeChangeEntry(java.io.OutputStream changesFile, FSPathChange pathChange, boolean includeNodeKind)
-