Uses of Interface
org.tmatesoft.svn.core.io.ISVNFileCheckoutTarget
-
Packages that use ISVNFileCheckoutTarget Package Description org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level. -
-
Uses of ISVNFileCheckoutTarget in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNFileCheckoutTarget Modifier and Type Method Description void
SVNRepository. checkoutFiles(long revision, java.lang.String[] paths, ISVNFileCheckoutTarget fileCheckoutHandler)
Recursively checks out only files from the repository atrevision
invokingfileCheckoutHandler
on every file received.
-