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 FSPathChange
FSPathChange. fromString(java.lang.String changeLine, java.lang.String copyfromLine)
private FSPathChange
FSRoot. readChange(FSFile raReader)
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSPathChange Modifier and Type Method Description private void
FSRoot. foldChange(java.util.Map mapChanges, FSPathChange change)
void
FSTransactionRoot. writeChangeEntry(java.io.OutputStream changesFile, FSPathChange pathChange, boolean includeNodeKind)
-